Html Css Color HEX #803F01 Saddle Brown

📋 copy color: '#803F01'

red 128 ◦ green 63 ◦ blue 1

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

Shades of Saddle Brown #803F01

Tints of Saddle Brown #803F01

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

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

R = 66.67%
G = 32.81%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#803F01 (or 0x803F01) is known color: Saddle Brown. HEX triplet: 80, 3F and 01. RGB value is (128,63,1). Sum of RGB (Red+Green+Blue) = 128+63+1=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #803F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F01 is #7FC0FE. Grayscale: #4B4B4B. Windows color (decimal): -8372479 or 81792. OLE color: 81792.

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

Color convert

RGB 128 63 1 -
CMYK 0 0.51 0.99 0.50
HSL 29.29º 0.98% 0.25% -
HSV(B) 29.29º 0.99% 0.5% -
XYZ 10.69 8.15 1.04 -
YUV 75.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 128 63 1 0 0.51 0.99 0.50 29.29 0.98 0.25
Hex 80 3F 1 0 33 63 32 1D 62 19
Octal 200 77 1 0 63 143 62 35 142 31
Binary 10000000 111111 1 0 110011 1100011 110010 11101 1100010 11001

Color Harmonies of #803F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F01

Black with #803F01

Text Example


Text Example

White with #803F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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