Html Css Color HEX #72550A Raw Umber

📋 copy color: '#72550A'

red 114 ◦ green 85 ◦ blue 10

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

Shades of Raw Umber #72550A

Tints of Raw Umber #72550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 54.55%
G = 40.67%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72550A (or 0x72550A) is known color: Raw Umber. HEX triplet: 72, 55 and 0A. RGB value is (114,85,10). Sum of RGB (Red+Green+Blue) = 114+85+10=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72550A is #8DAAF5. Grayscale: #555555. Windows color (decimal): -9284342 or 677234. OLE color: 677234.

HSL color Cylindrical-coordinate representation of color #72550A: hue angle of 43.27º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72550A is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 10 -
CMYK 0 0.25 0.91 0.55
HSL 43.27º 0.84% 0.24% -
HSV(B) 43.27º 0.91% 0.45% -
XYZ 10.24 10.1 1.7 -
YUV 85.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 114 85 10 0 0.25 0.91 0.55 43.27 0.84 0.24
Hex 72 55 A 0 19 5B 37 2B 54 18
Octal 162 125 12 0 31 133 67 53 124 30
Binary 1110010 1010101 1010 0 11001 1011011 110111 101011 1010100 11000

Color Harmonies of #72550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72550A

Black with #72550A

Text Example


Text Example

White with #72550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72550A; }

 p { color: rgb(114,85,10); }

 H1.HeaderClassName
 {
   color: #72550A;
 }
 .AnyTagClassName
 {
   color: #72550A;
 }
</style>

background-color css

<style>
 a { background-color: #72550A; }

 a { background-color: rgb(114,85,10); }

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

border-color css

<style>
 span { border-color: #72550A; }

 span { border-color: rgb(114,85,10); }

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