Html Css Color HEX #873200 Saddle Brown

📋 copy color: '#873200'

red 135 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #873200

Tints of Saddle Brown #873200

RGB

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

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

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

R = 72.97%
G = 27.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#873200 (or 0x873200) is known color: Saddle Brown. HEX triplet: 87, 32 and 00. RGB value is (135,50,0). Sum of RGB (Red+Green+Blue) = 135+50+0=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #873200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873200 is #78CDFF. Grayscale: #464646. Windows color (decimal): -7917056 or 12935. OLE color: 12935.

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

Color convert

RGB 135 50 0 -
CMYK 0 0.63 1 0.47
HSL 22.22º 1% 0.26% -
HSV(B) 22.22º 1% 0.53% -
XYZ 11.13 7.43 0.85 -
YUV 69.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 135 50 0 0 0.63 1 0.47 22.22 1 0.26
Hex 87 32 0 0 3F 64 2F 16 64 1A
Octal 207 62 0 0 77 144 57 26 144 32
Binary 10000111 110010 0 0 111111 1100100 101111 10110 1100100 11010

Color Harmonies of #873200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873200

Black with #873200

Text Example


Text Example

White with #873200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873200; }

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

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

background-color css

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

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

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

border-color css

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

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

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