Html Css Color HEX #80530F Raw Umber

📋 copy color: '#80530F'

red 128 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #80530F

Tints of Raw Umber #80530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 56.64%
G = 36.73%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80530F (or 0x80530F) is known color: Raw Umber. HEX triplet: 80, 53 and 0F. RGB value is (128,83,15). Sum of RGB (Red+Green+Blue) = 128+83+15=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80530F is #7FACF0. Grayscale: #595959. Windows color (decimal): -8367345 or 1004416. OLE color: 1004416.

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

Color convert

RGB 128 83 15 -
CMYK 0 0.35 0.88 0.50
HSL 36.11º 0.79% 0.28% -
HSV(B) 36.11º 0.88% 0.5% -
XYZ 12.08 10.81 1.9 -
YUV 88.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 128 83 15 0 0.35 0.88 0.50 36.11 0.79 0.28
Hex 80 53 F 0 23 58 32 24 4F 1C
Octal 200 123 17 0 43 130 62 44 117 34
Binary 10000000 1010011 1111 0 100011 1011000 110010 100100 1001111 11100

Color Harmonies of #80530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80530F

Black with #80530F

Text Example


Text Example

White with #80530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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