Html Css Color HEX #805302 Raw Umber

📋 copy color: '#805302'

red 128 ◦ green 83 ◦ blue 2

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

Shades of Raw Umber #805302

Tints of Raw Umber #805302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 60.09%
G = 38.97%
B = 0.94%

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

#805302 (or 0x805302) is known color: Raw Umber. HEX triplet: 80, 53 and 02. RGB value is (128,83,2). Sum of RGB (Red+Green+Blue) = 128+83+2=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #805302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805302 is #7FACFD. Grayscale: #575757. Windows color (decimal): -8367358 or 152448. OLE color: 152448.

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

Color convert

RGB 128 83 2 -
CMYK 0 0.35 0.98 0.50
HSL 38.57º 0.97% 0.25% -
HSV(B) 38.57º 0.98% 0.5% -
XYZ 12.01 10.78 1.51 -
YUV 87.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 128 83 2 0 0.35 0.98 0.50 38.57 0.97 0.25
Hex 80 53 2 0 23 62 32 27 61 19
Octal 200 123 2 0 43 142 62 47 141 31
Binary 10000000 1010011 10 0 100011 1100010 110010 100111 1100001 11001

Color Harmonies of #805302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805302

Black with #805302

Text Example


Text Example

White with #805302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805302; }

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

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

background-color css

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

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

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

border-color css

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

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

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