Html Css Color HEX #873100 Saddle Brown

📋 copy color: '#873100'

red 135 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #873100

Tints of Saddle Brown #873100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

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

R = 73.37%
G = 26.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#873100 (or 0x873100) is known color: Saddle Brown. HEX triplet: 87, 31 and 00. RGB value is (135,49,0). Sum of RGB (Red+Green+Blue) = 135+49+0=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #873100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873100 is #78CEFF. Grayscale: #454545. Windows color (decimal): -7917312 or 12679. OLE color: 12679.

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

Color convert

RGB 135 49 0 -
CMYK 0 0.64 1 0.47
HSL 21.78º 1% 0.26% -
HSV(B) 21.78º 1% 0.53% -
XYZ 11.09 7.35 0.83 -
YUV 69.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 135 49 0 0 0.64 1 0.47 21.78 1 0.26
Hex 87 31 0 0 40 64 2F 16 64 1A
Octal 207 61 0 0 100 144 57 26 144 32
Binary 10000111 110001 0 0 1000000 1100100 101111 10110 1100100 11010

Color Harmonies of #873100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873100

Black with #873100

Text Example


Text Example

White with #873100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873100; }

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

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

background-color css

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

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

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

border-color css

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

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

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