Html Css Color HEX #875413 Saddle Brown

📋 copy color: '#875413'

red 135 ◦ green 84 ◦ blue 19

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

Shades of Saddle Brown #875413

Tints of Saddle Brown #875413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.29%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 56.72%
G = 35.29%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#875413 (or 0x875413) is known color: Saddle Brown. HEX triplet: 87, 54 and 13. RGB value is (135,84,19). Sum of RGB (Red+Green+Blue) = 135+84+19=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875413 is #78ABEC. Grayscale: #5C5C5C. Windows color (decimal): -7908333 or 1266823. OLE color: 1266823.

HSL color Cylindrical-coordinate representation of color #875413: hue angle of 33.62º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #875413 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 19 -
CMYK 0 0.38 0.86 0.47
HSL 33.62º 0.75% 0.3% -
HSV(B) 33.62º 0.86% 0.53% -
XYZ 13.28 11.54 2.14 -
YUV 91.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 135 84 19 0 0.38 0.86 0.47 33.62 0.75 0.3
Hex 87 54 13 0 26 56 2F 22 4B 1E
Octal 207 124 23 0 46 126 57 42 113 36
Binary 10000111 1010100 10011 0 100110 1010110 101111 100010 1001011 11110

Color Harmonies of #875413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875413

Black with #875413

Text Example


Text Example

White with #875413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875413; }

 p { color: rgb(135,84,19); }

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

background-color css

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

 a { background-color: rgb(135,84,19); }

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

border-color css

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

 span { border-color: rgb(135,84,19); }

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