Html Css Color HEX #873506 Saddle Brown

📋 copy color: '#873506'

red 135 ◦ green 53 ◦ blue 6

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

Shades of Saddle Brown #873506

Tints of Saddle Brown #873506

RGB

 RED value IS 135 (53.13% from 255) = 69.59%

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 69.59%
G = 27.32%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#873506 (or 0x873506) is known color: Saddle Brown. HEX triplet: 87, 35 and 06. RGB value is (135,53,6). Sum of RGB (Red+Green+Blue) = 135+53+6=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #873506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873506 is #78CAF9. Grayscale: #484848. Windows color (decimal): -7916282 or 406919. OLE color: 406919.

HSL color Cylindrical-coordinate representation of color #873506: hue angle of 21.86º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #873506 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 6 -
CMYK 0 0.61 0.96 0.47
HSL 21.86º 0.91% 0.28% -
HSV(B) 21.86º 0.96% 0.53% -
XYZ 11.3 7.71 1.07 -
YUV 72.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 135 53 6 0 0.61 0.96 0.47 21.86 0.91 0.28
Hex 87 35 6 0 3D 60 2F 16 5B 1C
Octal 207 65 6 0 75 140 57 26 133 34
Binary 10000111 110101 110 0 111101 1100000 101111 10110 1011011 11100

Color Harmonies of #873506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873506

Black with #873506

Text Example


Text Example

White with #873506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873506; }

 p { color: rgb(135,53,6); }

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

background-color css

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

 a { background-color: rgb(135,53,6); }

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

border-color css

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

 span { border-color: rgb(135,53,6); }

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