Html Css Color HEX #803C06 Saddle Brown

📋 copy color: '#803C06'

red 128 ◦ green 60 ◦ blue 6

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

Shades of Saddle Brown #803C06

Tints of Saddle Brown #803C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.09%

R = 65.98%
G = 30.93%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#803C06 (or 0x803C06) is known color: Saddle Brown. HEX triplet: 80, 3C and 06. RGB value is (128,60,6). Sum of RGB (Red+Green+Blue) = 128+60+6=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #803C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C06 is #7FC3F9. Grayscale: #4A4A4A. Windows color (decimal): -8373242 or 408704. OLE color: 408704.

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

Color convert

RGB 128 60 6 -
CMYK 0 0.53 0.95 0.50
HSL 26.56º 0.91% 0.26% -
HSV(B) 26.56º 0.95% 0.5% -
XYZ 10.55 7.83 1.13 -
YUV 74.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 128 60 6 0 0.53 0.95 0.50 26.56 0.91 0.26
Hex 80 3C 6 0 35 5F 32 1B 5B 1A
Octal 200 74 6 0 65 137 62 33 133 32
Binary 10000000 111100 110 0 110101 1011111 110010 11011 1011011 11010

Color Harmonies of #803C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C06

Black with #803C06

Text Example


Text Example

White with #803C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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