Html Css Color HEX #803001 Saddle Brown

📋 copy color: '#803001'

red 128 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #803001

Tints of Saddle Brown #803001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

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

R = 72.32%
G = 27.12%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#803001 (or 0x803001) is known color: Saddle Brown. HEX triplet: 80, 30 and 01. RGB value is (128,48,1). Sum of RGB (Red+Green+Blue) = 128+48+1=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #803001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803001 is #7FCFFE. Grayscale: #424242. Windows color (decimal): -8376319 or 77952. OLE color: 77952.

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

Color convert

RGB 128 48 1 -
CMYK 0 0.62 0.99 0.50
HSL 22.2º 0.98% 0.25% -
HSV(B) 22.2º 0.99% 0.5% -
XYZ 9.96 6.71 0.8 -
YUV 66.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 128 48 1 0 0.62 0.99 0.50 22.2 0.98 0.25
Hex 80 30 1 0 3E 63 32 16 62 19
Octal 200 60 1 0 76 143 62 26 142 31
Binary 10000000 110000 1 0 111110 1100011 110010 10110 1100010 11001

Color Harmonies of #803001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803001

Black with #803001

Text Example


Text Example

White with #803001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803001; }

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

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

background-color css

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

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

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

border-color css

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

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

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