Html Css Color HEX #72530B Raw Umber

📋 copy color: '#72530B'

red 114 ◦ green 83 ◦ blue 11

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

Shades of Raw Umber #72530B

Tints of Raw Umber #72530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 54.81%
G = 39.9%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72530B (or 0x72530B) is known color: Raw Umber. HEX triplet: 72, 53 and 0B. RGB value is (114,83,11). Sum of RGB (Red+Green+Blue) = 114+83+11=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72530B is #8DACF4. Grayscale: #545454. Windows color (decimal): -9284853 or 742258. OLE color: 742258.

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

Color convert

RGB 114 83 11 -
CMYK 0 0.27 0.90 0.55
HSL 41.94º 0.82% 0.25% -
HSV(B) 41.94º 0.9% 0.45% -
XYZ 10.09 9.79 1.67 -
YUV 84.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 114 83 11 0 0.27 0.90 0.55 41.94 0.82 0.25
Hex 72 53 B 0 1B 5A 37 2A 52 19
Octal 162 123 13 0 33 132 67 52 122 31
Binary 1110010 1010011 1011 0 11011 1011010 110111 101010 1010010 11001

Color Harmonies of #72530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72530B

Black with #72530B

Text Example


Text Example

White with #72530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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