Html Css Color HEX #804503 Raw Umber

📋 copy color: '#804503'

red 128 ◦ green 69 ◦ blue 3

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

Shades of Raw Umber #804503

Tints of Raw Umber #804503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.5%

 BLUE value IS 3 (1.56% from 255) = 1.5%

R = 64%
G = 34.5%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#804503 (or 0x804503) is known color: Raw Umber. HEX triplet: 80, 45 and 03. RGB value is (128,69,3). Sum of RGB (Red+Green+Blue) = 128+69+3=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #804503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804503 is #7FBAFC. Grayscale: #4F4F4F. Windows color (decimal): -8370941 or 214400. OLE color: 214400.

HSL color Cylindrical-coordinate representation of color #804503: hue angle of 31.68º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #804503 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 69 3 -
CMYK 0 0.46 0.98 0.50
HSL 31.68º 0.95% 0.26% -
HSV(B) 31.68º 0.98% 0.5% -
XYZ 11.05 8.85 1.21 -
YUV 79.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 128 69 3 0 0.46 0.98 0.50 31.68 0.95 0.26
Hex 80 45 3 0 2E 62 32 20 5F 1A
Octal 200 105 3 0 56 142 62 40 137 32
Binary 10000000 1000101 11 0 101110 1100010 110010 100000 1011111 11010

Color Harmonies of #804503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804503

Black with #804503

Text Example


Text Example

White with #804503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804503; }

 p { color: rgb(128,69,3); }

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

background-color css

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

 a { background-color: rgb(128,69,3); }

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

border-color css

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

 span { border-color: rgb(128,69,3); }

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