Html Css Color HEX #80530D Raw Umber

📋 copy color: '#80530D'

red 128 ◦ green 83 ◦ blue 13

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

Shades of Raw Umber #80530D

Tints of Raw Umber #80530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 57.14%
G = 37.05%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80530D (or 0x80530D) is known color: Raw Umber. HEX triplet: 80, 53 and 0D. RGB value is (128,83,13). Sum of RGB (Red+Green+Blue) = 128+83+13=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80530D is #7FACF2. Grayscale: #585858. Windows color (decimal): -8367347 or 873344. OLE color: 873344.

HSL color Cylindrical-coordinate representation of color #80530D: hue angle of 36.52º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80530D is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 13 -
CMYK 0 0.35 0.90 0.50
HSL 36.52º 0.82% 0.28% -
HSV(B) 36.52º 0.9% 0.5% -
XYZ 12.07 10.8 1.83 -
YUV 88.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 128 83 13 0 0.35 0.90 0.50 36.52 0.82 0.28
Hex 80 53 D 0 23 5A 32 25 52 1C
Octal 200 123 15 0 43 132 62 45 122 34
Binary 10000000 1010011 1101 0 100011 1011010 110010 100101 1010010 11100

Color Harmonies of #80530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80530D

Black with #80530D

Text Example


Text Example

White with #80530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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