Html Css Color HEX #873206 Saddle Brown

📋 copy color: '#873206'

red 135 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #873206

Tints of Saddle Brown #873206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 70.68%
G = 26.18%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#873206 (or 0x873206) is known color: Saddle Brown. HEX triplet: 87, 32 and 06. RGB value is (135,50,6). Sum of RGB (Red+Green+Blue) = 135+50+6=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #873206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873206 is #78CDF9. Grayscale: #464646. Windows color (decimal): -7917050 or 406151. OLE color: 406151.

HSL color Cylindrical-coordinate representation of color #873206: hue angle of 20.47º 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 #873206 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 6 -
CMYK 0 0.63 0.96 0.47
HSL 20.47º 0.91% 0.28% -
HSV(B) 20.47º 0.96% 0.53% -
XYZ 11.17 7.45 1.02 -
YUV 70.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 135 50 6 0 0.63 0.96 0.47 20.47 0.91 0.28
Hex 87 32 6 0 3F 60 2F 14 5B 1C
Octal 207 62 6 0 77 140 57 24 133 34
Binary 10000111 110010 110 0 111111 1100000 101111 10100 1011011 11100

Color Harmonies of #873206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873206

Black with #873206

Text Example


Text Example

White with #873206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873206; }

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

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

background-color css

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

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

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

border-color css

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

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

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