Html Css Color HEX #803A05 Saddle Brown

📋 copy color: '#803A05'

red 128 ◦ green 58 ◦ blue 5

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

Shades of Saddle Brown #803A05

Tints of Saddle Brown #803A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

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

R = 67.02%
G = 30.37%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#803A05 (or 0x803A05) is known color: Saddle Brown. HEX triplet: 80, 3A and 05. RGB value is (128,58,5). Sum of RGB (Red+Green+Blue) = 128+58+5=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #803A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A05 is #7FC5FA. Grayscale: #494949. Windows color (decimal): -8373755 or 342656. OLE color: 342656.

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

Color convert

RGB 128 58 5 -
CMYK 0 0.55 0.96 0.50
HSL 25.85º 0.92% 0.26% -
HSV(B) 25.85º 0.96% 0.5% -
XYZ 10.44 7.63 1.07 -
YUV 72.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 128 58 5 0 0.55 0.96 0.50 25.85 0.92 0.26
Hex 80 3A 5 0 37 60 32 1A 5C 1A
Octal 200 72 5 0 67 140 62 32 134 32
Binary 10000000 111010 101 0 110111 1100000 110010 11010 1011100 11010

Color Harmonies of #803A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803A05

Black with #803A05

Text Example


Text Example

White with #803A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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