Html Css Color HEX #804100 Saddle Brown

📋 copy color: '#804100'

red 128 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #804100

Tints of Saddle Brown #804100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

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

R = 66.32%
G = 33.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#804100 (or 0x804100) is known color: Saddle Brown. HEX triplet: 80, 41 and 00. RGB value is (128,65,0). Sum of RGB (Red+Green+Blue) = 128+65+0=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #804100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804100 is #7FBEFF. Grayscale: #4C4C4C. Windows color (decimal): -8371968 or 16768. OLE color: 16768.

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

Color convert

RGB 128 65 0 -
CMYK 0 0.49 1 0.50
HSL 30.47º 1% 0.25% -
HSV(B) 30.47º 1% 0.5% -
XYZ 10.79 8.37 1.05 -
YUV 76.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 128 65 0 0 0.49 1 0.50 30.47 1 0.25
Hex 80 41 0 0 31 64 32 1E 64 19
Octal 200 101 0 0 61 144 62 36 144 31
Binary 10000000 1000001 0 0 110001 1100100 110010 11110 1100100 11001

Color Harmonies of #804100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804100

Black with #804100

Text Example


Text Example

White with #804100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804100; }

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

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

background-color css

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

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

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

border-color css

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

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

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