Html Css Color HEX #72460B Raw Umber

📋 copy color: '#72460B'

red 114 ◦ green 70 ◦ blue 11

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

Shades of Raw Umber #72460B

Tints of Raw Umber #72460B

RGB

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

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

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

R = 58.46%
G = 35.9%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72460B (or 0x72460B) is known color: Raw Umber. HEX triplet: 72, 46 and 0B. RGB value is (114,70,11). Sum of RGB (Red+Green+Blue) = 114+70+11=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72460B is #8DB9F4. Grayscale: #4C4C4C. Windows color (decimal): -9288181 or 738930. OLE color: 738930.

HSL color Cylindrical-coordinate representation of color #72460B: hue angle of 34.37º 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 #72460B is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 11 -
CMYK 0 0.39 0.90 0.55
HSL 34.37º 0.82% 0.25% -
HSV(B) 34.37º 0.9% 0.45% -
XYZ 9.19 7.98 1.37 -
YUV 76.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 114 70 11 0 0.39 0.90 0.55 34.37 0.82 0.25
Hex 72 46 B 0 27 5A 37 22 52 19
Octal 162 106 13 0 47 132 67 42 122 31
Binary 1110010 1000110 1011 0 100111 1011010 110111 100010 1010010 11001

Color Harmonies of #72460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72460B

Black with #72460B

Text Example


Text Example

White with #72460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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