Html Css Color HEX #875102 Saddle Brown

📋 copy color: '#875102'

red 135 ◦ green 81 ◦ blue 2

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

Shades of Saddle Brown #875102

Tints of Saddle Brown #875102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 61.93%
G = 37.16%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#875102 (or 0x875102) is known color: Saddle Brown. HEX triplet: 87, 51 and 02. RGB value is (135,81,2). Sum of RGB (Red+Green+Blue) = 135+81+2=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #875102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875102 is #78AEFD. Grayscale: #585858. Windows color (decimal): -7909118 or 151943. OLE color: 151943.

HSL color Cylindrical-coordinate representation of color #875102: hue angle of 35.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #875102 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 2 -
CMYK 0 0.40 0.99 0.47
HSL 35.64º 0.97% 0.27% -
HSV(B) 35.64º 0.99% 0.53% -
XYZ 12.95 11.04 1.51 -
YUV 88.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 135 81 2 0 0.40 0.99 0.47 35.64 0.97 0.27
Hex 87 51 2 0 28 63 2F 24 61 1B
Octal 207 121 2 0 50 143 57 44 141 33
Binary 10000111 1010001 10 0 101000 1100011 101111 100100 1100001 11011

Color Harmonies of #875102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875102

Black with #875102

Text Example


Text Example

White with #875102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875102; }

 p { color: rgb(135,81,2); }

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

background-color css

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

 a { background-color: rgb(135,81,2); }

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

border-color css

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

 span { border-color: rgb(135,81,2); }

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