Html Css Color HEX #72430C Raw Umber

📋 copy color: '#72430C'

red 114 ◦ green 67 ◦ blue 12

#72430C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #72430C

Tints of Raw Umber #72430C

RGB

 RED value IS 114 (44.92% from 255) = 59.07%

 GREEN value IS 67 (26.56% from 255) = 34.72%

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 59.07%
G = 34.72%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72430C (or 0x72430C) is known color: Raw Umber. HEX triplet: 72, 43 and 0C. RGB value is (114,67,12). Sum of RGB (Red+Green+Blue) = 114+67+12=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72430C is #8DBCF3. Grayscale: #4B4B4B. Windows color (decimal): -9288948 or 803698. OLE color: 803698.

HSL color Cylindrical-coordinate representation of color #72430C: hue angle of 32.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72430C is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 67 12 -
CMYK 0 0.41 0.89 0.55
HSL 32.35º 0.81% 0.25% -
HSV(B) 32.35º 0.89% 0.45% -
XYZ 9.01 7.62 1.34 -
YUV 74.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 114 67 12 0 0.41 0.89 0.55 32.35 0.81 0.25
Hex 72 43 C 0 29 59 37 20 51 19
Octal 162 103 14 0 51 131 67 40 121 31
Binary 1110010 1000011 1100 0 101001 1011001 110111 100000 1010001 11001

Color Harmonies of #72430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72430C

Black with #72430C

Text Example


Text Example

White with #72430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72430C; }

 p { color: rgb(114,67,12); }

 H1.HeaderClassName
 {
   color: #72430C;
 }
 .AnyTagClassName
 {
   color: #72430C;
 }
</style>

background-color css

<style>
 a { background-color: #72430C; }

 a { background-color: rgb(114,67,12); }

 div.DivClassName
 {
   background-color: #72430C;
 }
 .BgClassName
 {
   background-color: #72430C;
 }
</style>

border-color css

<style>
 span { border-color: #72430C; }

 span { border-color: rgb(114,67,12); }

 td.TdClassName
 {
   border-color: #72430C;
 }
 .TagClassName
 {
   border-color: #72430C;
 }
</style>