Html Css Color HEX #72531B Raw Umber

📋 copy color: '#72531B'

red 114 ◦ green 83 ◦ blue 27

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

Shades of Raw Umber #72531B

Tints of Raw Umber #72531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 27 (10.94% from 255) = 12.05%

R = 50.89%
G = 37.05%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72531B (or 0x72531B) is known color: Raw Umber. HEX triplet: 72, 53 and 1B. RGB value is (114,83,27). Sum of RGB (Red+Green+Blue) = 114+83+27=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72531B is #8DACE4. Grayscale: #565656. Windows color (decimal): -9284837 or 1790834. OLE color: 1790834.

HSL color Cylindrical-coordinate representation of color #72531B: hue angle of 38.62º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72531B is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 27 -
CMYK 0 0.27 0.76 0.55
HSL 38.62º 0.62% 0.28% -
HSV(B) 38.62º 0.76% 0.45% -
XYZ 10.23 9.84 2.4 -
YUV 85.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 114 83 27 0 0.27 0.76 0.55 38.62 0.62 0.28
Hex 72 53 1B 0 1B 4C 37 27 3E 1C
Octal 162 123 33 0 33 114 67 47 76 34
Binary 1110010 1010011 11011 0 11011 1001100 110111 100111 111110 11100

Color Harmonies of #72531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72531B

Black with #72531B

Text Example


Text Example

White with #72531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,83,27); }

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

background-color css

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

 a { background-color: rgb(114,83,27); }

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

border-color css

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

 span { border-color: rgb(114,83,27); }

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