Html Css Color HEX #72460F Raw Umber

📋 copy color: '#72460F'

red 114 ◦ green 70 ◦ blue 15

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

Shades of Raw Umber #72460F

Tints of Raw Umber #72460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 57.29%
G = 35.18%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72460F (or 0x72460F) is known color: Raw Umber. HEX triplet: 72, 46 and 0F. RGB value is (114,70,15). Sum of RGB (Red+Green+Blue) = 114+70+15=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72460F is #8DB9F0. Grayscale: #4D4D4D. Windows color (decimal): -9288177 or 1001074. OLE color: 1001074.

HSL color Cylindrical-coordinate representation of color #72460F: hue angle of 33.33º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72460F is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 15 -
CMYK 0 0.39 0.87 0.55
HSL 33.33º 0.77% 0.25% -
HSV(B) 33.33º 0.87% 0.45% -
XYZ 9.22 7.99 1.51 -
YUV 76.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 114 70 15 0 0.39 0.87 0.55 33.33 0.77 0.25
Hex 72 46 F 0 27 57 37 21 4D 19
Octal 162 106 17 0 47 127 67 41 115 31
Binary 1110010 1000110 1111 0 100111 1010111 110111 100001 1001101 11001

Color Harmonies of #72460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72460F

Black with #72460F

Text Example


Text Example

White with #72460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72460F; }

 p { color: rgb(114,70,15); }

 H1.HeaderClassName
 {
   color: #72460F;
 }
 .AnyTagClassName
 {
   color: #72460F;
 }
</style>

background-color css

<style>
 a { background-color: #72460F; }

 a { background-color: rgb(114,70,15); }

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

border-color css

<style>
 span { border-color: #72460F; }

 span { border-color: rgb(114,70,15); }

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