Html Css Color HEX #803B01 Saddle Brown

📋 copy color: '#803B01'

red 128 ◦ green 59 ◦ blue 1

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

Shades of Saddle Brown #803B01

Tints of Saddle Brown #803B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.38%

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

R = 68.09%
G = 31.38%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#803B01 (or 0x803B01) is known color: Saddle Brown. HEX triplet: 80, 3B and 01. RGB value is (128,59,1). Sum of RGB (Red+Green+Blue) = 128+59+1=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #803B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B01 is #7FC4FE. Grayscale: #494949. Windows color (decimal): -8373503 or 80768. OLE color: 80768.

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

Color convert

RGB 128 59 1 -
CMYK 0 0.54 0.99 0.50
HSL 27.4º 0.98% 0.25% -
HSV(B) 27.4º 0.99% 0.5% -
XYZ 10.47 7.72 0.97 -
YUV 73.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 128 59 1 0 0.54 0.99 0.50 27.4 0.98 0.25
Hex 80 3B 1 0 36 63 32 1B 62 19
Octal 200 73 1 0 66 143 62 33 142 31
Binary 10000000 111011 1 0 110110 1100011 110010 11011 1100010 11001

Color Harmonies of #803B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B01

Black with #803B01

Text Example


Text Example

White with #803B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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