Html Css Color HEX #72530C Raw Umber

📋 copy color: '#72530C'

red 114 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #72530C

Tints of Raw Umber #72530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 54.55%
G = 39.71%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72530C (or 0x72530C) is known color: Raw Umber. HEX triplet: 72, 53 and 0C. RGB value is (114,83,12). Sum of RGB (Red+Green+Blue) = 114+83+12=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72530C is #8DACF3. Grayscale: #545454. Windows color (decimal): -9284852 or 807794. OLE color: 807794.

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

Color convert

RGB 114 83 12 -
CMYK 0 0.27 0.89 0.55
HSL 41.76º 0.81% 0.25% -
HSV(B) 41.76º 0.89% 0.45% -
XYZ 10.1 9.79 1.71 -
YUV 84.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 114 83 12 0 0.27 0.89 0.55 41.76 0.81 0.25
Hex 72 53 C 0 1B 59 37 2A 51 19
Octal 162 123 14 0 33 131 67 52 121 31
Binary 1110010 1010011 1100 0 11011 1011001 110111 101010 1010001 11001

Color Harmonies of #72530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72530C

Black with #72530C

Text Example


Text Example

White with #72530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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