Html Css Color HEX #805300 Raw Umber

📋 copy color: '#805300'

red 128 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #805300

Tints of Raw Umber #805300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.66%
G = 39.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#805300 (or 0x805300) is known color: Raw Umber. HEX triplet: 80, 53 and 00. RGB value is (128,83,0). Sum of RGB (Red+Green+Blue) = 128+83+0=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #805300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805300 is #7FACFF. Grayscale: #575757. Windows color (decimal): -8367360 or 21376. OLE color: 21376.

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

Color convert

RGB 128 83 0 -
CMYK 0 0.35 1 0.50
HSL 38.91º 1% 0.25% -
HSV(B) 38.91º 1% 0.5% -
XYZ 12 10.78 1.45 -
YUV 86.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 128 83 0 0 0.35 1 0.50 38.91 1 0.25
Hex 80 53 0 0 23 64 32 27 64 19
Octal 200 123 0 0 43 144 62 47 144 31
Binary 10000000 1010011 0 0 100011 1100100 110010 100111 1100100 11001

Color Harmonies of #805300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805300

Black with #805300

Text Example


Text Example

White with #805300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805300; }

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

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

background-color css

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

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

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

border-color css

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

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

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