Html Css Color HEX #72530E Raw Umber

📋 copy color: '#72530E'

red 114 ◦ green 83 ◦ blue 14

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

Shades of Raw Umber #72530E

Tints of Raw Umber #72530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 54.03%
G = 39.34%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72530E (or 0x72530E) is known color: Raw Umber. HEX triplet: 72, 53 and 0E. RGB value is (114,83,14). Sum of RGB (Red+Green+Blue) = 114+83+14=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72530E is #8DACF1. Grayscale: #545454. Windows color (decimal): -9284850 or 938866. OLE color: 938866.

HSL color Cylindrical-coordinate representation of color #72530E: hue angle of 41.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72530E is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 14 -
CMYK 0 0.27 0.88 0.55
HSL 41.4º 0.78% 0.25% -
HSV(B) 41.4º 0.88% 0.45% -
XYZ 10.11 9.8 1.77 -
YUV 84.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 114 83 14 0 0.27 0.88 0.55 41.4 0.78 0.25
Hex 72 53 E 0 1B 58 37 29 4E 19
Octal 162 123 16 0 33 130 67 51 116 31
Binary 1110010 1010011 1110 0 11011 1011000 110111 101001 1001110 11001

Color Harmonies of #72530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72530E

Black with #72530E

Text Example


Text Example

White with #72530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72530E; }

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

 H1.HeaderClassName
 {
   color: #72530E;
 }
 .AnyTagClassName
 {
   color: #72530E;
 }
</style>

background-color css

<style>
 a { background-color: #72530E; }

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

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

border-color css

<style>
 span { border-color: #72530E; }

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

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