Html Css Color HEX #805301 Raw Umber

📋 copy color: '#805301'

red 128 ◦ green 83 ◦ blue 1

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

Shades of Raw Umber #805301

Tints of Raw Umber #805301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 60.38%
G = 39.15%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#805301 (or 0x805301) is known color: Raw Umber. HEX triplet: 80, 53 and 01. RGB value is (128,83,1). Sum of RGB (Red+Green+Blue) = 128+83+1=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #805301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805301 is #7FACFE. Grayscale: #575757. Windows color (decimal): -8367359 or 86912. OLE color: 86912.

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

Color convert

RGB 128 83 1 -
CMYK 0 0.35 0.99 0.50
HSL 38.74º 0.98% 0.25% -
HSV(B) 38.74º 0.99% 0.5% -
XYZ 12 10.78 1.48 -
YUV 87.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 128 83 1 0 0.35 0.99 0.50 38.74 0.98 0.25
Hex 80 53 1 0 23 63 32 27 62 19
Octal 200 123 1 0 43 143 62 47 142 31
Binary 10000000 1010011 1 0 100011 1100011 110010 100111 1100010 11001

Color Harmonies of #805301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805301

Black with #805301

Text Example


Text Example

White with #805301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805301; }

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

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

background-color css

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

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

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

border-color css

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

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

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