Html Css Color HEX #805303 Raw Umber

📋 copy color: '#805303'

red 128 ◦ green 83 ◦ blue 3

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

Shades of Raw Umber #805303

Tints of Raw Umber #805303

RGB

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

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

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

R = 59.81%
G = 38.79%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#805303 (or 0x805303) is known color: Raw Umber. HEX triplet: 80, 53 and 03. RGB value is (128,83,3). Sum of RGB (Red+Green+Blue) = 128+83+3=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #805303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805303 is #7FACFC. Grayscale: #575757. Windows color (decimal): -8367357 or 217984. OLE color: 217984.

HSL color Cylindrical-coordinate representation of color #805303: hue angle of 38.4º 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 #805303 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 3 -
CMYK 0 0.35 0.98 0.50
HSL 38.4º 0.95% 0.26% -
HSV(B) 38.4º 0.98% 0.5% -
XYZ 12.01 10.78 1.53 -
YUV 87.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 128 83 3 0 0.35 0.98 0.50 38.4 0.95 0.26
Hex 80 53 3 0 23 62 32 26 5F 1A
Octal 200 123 3 0 43 142 62 46 137 32
Binary 10000000 1010011 11 0 100011 1100010 110010 100110 1011111 11010

Color Harmonies of #805303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805303

Black with #805303

Text Example


Text Example

White with #805303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805303; }

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

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

background-color css

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

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

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

border-color css

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

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

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