Html Css Color HEX #803C05 Saddle Brown

📋 copy color: '#803C05'

red 128 ◦ green 60 ◦ blue 5

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

Shades of Saddle Brown #803C05

Tints of Saddle Brown #803C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.09%

 BLUE value IS 5 (2.34% from 255) = 2.59%

R = 66.32%
G = 31.09%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#803C05 (or 0x803C05) is known color: Saddle Brown. HEX triplet: 80, 3C and 05. RGB value is (128,60,5). Sum of RGB (Red+Green+Blue) = 128+60+5=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #803C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C05 is #7FC3FA. Grayscale: #4A4A4A. Windows color (decimal): -8373243 or 343168. OLE color: 343168.

HSL color Cylindrical-coordinate representation of color #803C05: hue angle of 26.83º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #803C05 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 5 -
CMYK 0 0.53 0.96 0.50
HSL 26.83º 0.92% 0.26% -
HSV(B) 26.83º 0.96% 0.5% -
XYZ 10.55 7.83 1.1 -
YUV 74.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 128 60 5 0 0.53 0.96 0.50 26.83 0.92 0.26
Hex 80 3C 5 0 35 60 32 1B 5C 1A
Octal 200 74 5 0 65 140 62 33 134 32
Binary 10000000 111100 101 0 110101 1100000 110010 11011 1011100 11010

Color Harmonies of #803C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C05

Black with #803C05

Text Example


Text Example

White with #803C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,60,5); }

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

background-color css

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

 a { background-color: rgb(128,60,5); }

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

border-color css

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

 span { border-color: rgb(128,60,5); }

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