Html Css Color HEX #80530C Raw Umber

📋 copy color: '#80530C'

red 128 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #80530C

Tints of Raw Umber #80530C

RGB

 RED value IS 128 (50.39% from 255) = 57.4%

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

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

R = 57.4%
G = 37.22%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80530C (or 0x80530C) is known color: Raw Umber. HEX triplet: 80, 53 and 0C. RGB value is (128,83,12). Sum of RGB (Red+Green+Blue) = 128+83+12=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80530C is #7FACF3. Grayscale: #585858. Windows color (decimal): -8367348 or 807808. OLE color: 807808.

HSL color Cylindrical-coordinate representation of color #80530C: hue angle of 36.72º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80530C is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 12 -
CMYK 0 0.35 0.91 0.50
HSL 36.72º 0.83% 0.27% -
HSV(B) 36.72º 0.91% 0.5% -
XYZ 12.06 10.8 1.8 -
YUV 88.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 128 83 12 0 0.35 0.91 0.50 36.72 0.83 0.27
Hex 80 53 C 0 23 5B 32 25 53 1B
Octal 200 123 14 0 43 133 62 45 123 33
Binary 10000000 1010011 1100 0 100011 1011011 110010 100101 1010011 11011

Color Harmonies of #80530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80530C

Black with #80530C

Text Example


Text Example

White with #80530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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