Html Css Color HEX #72410C Raw Umber

📋 copy color: '#72410C'

red 114 ◦ green 65 ◦ blue 12

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

Shades of Raw Umber #72410C

Tints of Raw Umber #72410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

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

R = 59.69%
G = 34.03%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72410C (or 0x72410C) is known color: Raw Umber. HEX triplet: 72, 41 and 0C. RGB value is (114,65,12). Sum of RGB (Red+Green+Blue) = 114+65+12=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410C is #8DBEF3. Grayscale: #494949. Windows color (decimal): -9289460 or 803186. OLE color: 803186.

HSL color Cylindrical-coordinate representation of color #72410C: hue angle of 31.18º 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 #72410C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 65 12 -
CMYK 0 0.43 0.89 0.55
HSL 31.18º 0.81% 0.25% -
HSV(B) 31.18º 0.89% 0.45% -
XYZ 8.9 7.38 1.3 -
YUV 73.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 114 65 12 0 0.43 0.89 0.55 31.18 0.81 0.25
Hex 72 41 C 0 2B 59 37 1F 51 19
Octal 162 101 14 0 53 131 67 37 121 31
Binary 1110010 1000001 1100 0 101011 1011001 110111 11111 1010001 11001

Color Harmonies of #72410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72410C

Black with #72410C

Text Example


Text Example

White with #72410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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