Html Css Color HEX #873500 Saddle Brown

📋 copy color: '#873500'

red 135 ◦ green 53 ◦ blue 0

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

Shades of Saddle Brown #873500

Tints of Saddle Brown #873500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.81%
G = 28.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#873500 (or 0x873500) is known color: Saddle Brown. HEX triplet: 87, 35 and 00. RGB value is (135,53,0). Sum of RGB (Red+Green+Blue) = 135+53+0=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #873500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873500 is #78CAFF. Grayscale: #474747. Windows color (decimal): -7916288 or 13703. OLE color: 13703.

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

Color convert

RGB 135 53 0 -
CMYK 0 0.61 1 0.47
HSL 23.56º 1% 0.26% -
HSV(B) 23.56º 1% 0.53% -
XYZ 11.26 7.7 0.89 -
YUV 71.48 87.67 173.31 -
System Red Green Blue C M Y K H S L
Decimal 135 53 0 0 0.61 1 0.47 23.56 1 0.26
Hex 87 35 0 0 3D 64 2F 18 64 1A
Octal 207 65 0 0 75 144 57 30 144 32
Binary 10000111 110101 0 0 111101 1100100 101111 11000 1100100 11010

Color Harmonies of #873500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873500

Black with #873500

Text Example


Text Example

White with #873500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873500; }

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

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

background-color css

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

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

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

border-color css

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

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

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