Html Css Color HEX #72480C Raw Umber

📋 copy color: '#72480C'

red 114 ◦ green 72 ◦ blue 12

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

Shades of Raw Umber #72480C

Tints of Raw Umber #72480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.36%

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

R = 57.58%
G = 36.36%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72480C (or 0x72480C) is known color: Raw Umber. HEX triplet: 72, 48 and 0C. RGB value is (114,72,12). Sum of RGB (Red+Green+Blue) = 114+72+12=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72480C is #8DB7F3. Grayscale: #4D4D4D. Windows color (decimal): -9287668 or 804978. OLE color: 804978.

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

Color convert

RGB 114 72 12 -
CMYK 0 0.37 0.89 0.55
HSL 35.29º 0.81% 0.25% -
HSV(B) 35.29º 0.89% 0.45% -
XYZ 9.32 8.24 1.45 -
YUV 77.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 114 72 12 0 0.37 0.89 0.55 35.29 0.81 0.25
Hex 72 48 C 0 25 59 37 23 51 19
Octal 162 110 14 0 45 131 67 43 121 31
Binary 1110010 1001000 1100 0 100101 1011001 110111 100011 1010001 11001

Color Harmonies of #72480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72480C

Black with #72480C

Text Example


Text Example

White with #72480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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