Html Css Color HEX #803401 Saddle Brown

📋 copy color: '#803401'

red 128 ◦ green 52 ◦ blue 1

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

Shades of Saddle Brown #803401

Tints of Saddle Brown #803401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 70.72%
G = 28.73%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#803401 (or 0x803401) is known color: Saddle Brown. HEX triplet: 80, 34 and 01. RGB value is (128,52,1). Sum of RGB (Red+Green+Blue) = 128+52+1=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #803401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803401 is #7FCBFE. Grayscale: #454545. Windows color (decimal): -8375295 or 78976. OLE color: 78976.

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

Color convert

RGB 128 52 1 -
CMYK 0 0.59 0.99 0.50
HSL 24.09º 0.98% 0.25% -
HSV(B) 24.09º 0.99% 0.5% -
XYZ 10.14 7.05 0.85 -
YUV 68.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 128 52 1 0 0.59 0.99 0.50 24.09 0.98 0.25
Hex 80 34 1 0 3B 63 32 18 62 19
Octal 200 64 1 0 73 143 62 30 142 31
Binary 10000000 110100 1 0 111011 1100011 110010 11000 1100010 11001

Color Harmonies of #803401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803401

Black with #803401

Text Example


Text Example

White with #803401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803401; }

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

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

background-color css

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

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

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

border-color css

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

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

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