Html Css Color HEX #72541A Raw Umber

📋 copy color: '#72541A'

red 114 ◦ green 84 ◦ blue 26

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

Shades of Raw Umber #72541A

Tints of Raw Umber #72541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.5%

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 50.89%
G = 37.5%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72541A (or 0x72541A) is known color: Raw Umber. HEX triplet: 72, 54 and 1A. RGB value is (114,84,26). Sum of RGB (Red+Green+Blue) = 114+84+26=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72541A is #8DABE5. Grayscale: #565656. Windows color (decimal): -9284582 or 1725554. OLE color: 1725554.

HSL color Cylindrical-coordinate representation of color #72541A: hue angle of 39.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72541A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 84 26 -
CMYK 0 0.26 0.77 0.55
HSL 39.55º 0.63% 0.27% -
HSV(B) 39.55º 0.77% 0.45% -
XYZ 10.3 9.99 2.36 -
YUV 86.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 114 84 26 0 0.26 0.77 0.55 39.55 0.63 0.27
Hex 72 54 1A 0 1A 4D 37 28 3F 1B
Octal 162 124 32 0 32 115 67 50 77 33
Binary 1110010 1010100 11010 0 11010 1001101 110111 101000 111111 11011

Color Harmonies of #72541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72541A

Black with #72541A

Text Example


Text Example

White with #72541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,84,26); }

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

background-color css

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

 a { background-color: rgb(114,84,26); }

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

border-color css

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

 span { border-color: rgb(114,84,26); }

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