Html Css Color HEX #72410B Raw Umber

📋 copy color: '#72410B'

red 114 ◦ green 65 ◦ blue 11

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

Shades of Raw Umber #72410B

Tints of Raw Umber #72410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.79%

R = 60%
G = 34.21%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72410B (or 0x72410B) is known color: Raw Umber. HEX triplet: 72, 41 and 0B. RGB value is (114,65,11). Sum of RGB (Red+Green+Blue) = 114+65+11=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410B is #8DBEF4. Grayscale: #494949. Windows color (decimal): -9289461 or 737650. OLE color: 737650.

HSL color Cylindrical-coordinate representation of color #72410B: hue angle of 31.46º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72410B is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 65 11 -
CMYK 0 0.43 0.90 0.55
HSL 31.46º 0.82% 0.25% -
HSV(B) 31.46º 0.9% 0.45% -
XYZ 8.89 7.38 1.27 -
YUV 73.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 114 65 11 0 0.43 0.90 0.55 31.46 0.82 0.25
Hex 72 41 B 0 2B 5A 37 1F 52 19
Octal 162 101 13 0 53 132 67 37 122 31
Binary 1110010 1000001 1011 0 101011 1011010 110111 11111 1010010 11001

Color Harmonies of #72410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72410B

Black with #72410B

Text Example


Text Example

White with #72410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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