Html Css Color HEX #873C10 Saddle Brown

📋 copy color: '#873C10'

red 135 ◦ green 60 ◦ blue 16

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

Shades of Saddle Brown #873C10

Tints of Saddle Brown #873C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 63.98%
G = 28.44%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#873C10 (or 0x873C10) is known color: Saddle Brown. HEX triplet: 87, 3C and 10. RGB value is (135,60,16). Sum of RGB (Red+Green+Blue) = 135+60+16=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #873C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C10 is #78C3EF. Grayscale: #4D4D4D. Windows color (decimal): -7914480 or 1064071. OLE color: 1064071.

HSL color Cylindrical-coordinate representation of color #873C10: hue angle of 22.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #873C10 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 16 -
CMYK 0 0.56 0.88 0.47
HSL 22.18º 0.79% 0.3% -
HSV(B) 22.18º 0.88% 0.53% -
XYZ 11.7 8.42 1.5 -
YUV 77.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 135 60 16 0 0.56 0.88 0.47 22.18 0.79 0.3
Hex 87 3C 10 0 38 58 2F 16 4F 1E
Octal 207 74 20 0 70 130 57 26 117 36
Binary 10000111 111100 10000 0 111000 1011000 101111 10110 1001111 11110

Color Harmonies of #873C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C10

Black with #873C10

Text Example


Text Example

White with #873C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C10; }

 p { color: rgb(135,60,16); }

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

background-color css

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

 a { background-color: rgb(135,60,16); }

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

border-color css

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

 span { border-color: rgb(135,60,16); }

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