Html Css Color HEX #875207 Saddle Brown

📋 copy color: '#875207'

red 135 ◦ green 82 ◦ blue 7

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

Shades of Saddle Brown #875207

Tints of Saddle Brown #875207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 7 (3.13% from 255) = 3.13%

R = 60.27%
G = 36.61%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#875207 (or 0x875207) is known color: Saddle Brown. HEX triplet: 87, 52 and 07. RGB value is (135,82,7). Sum of RGB (Red+Green+Blue) = 135+82+7=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #875207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875207 is #78ADF8. Grayscale: #595959. Windows color (decimal): -7908857 or 479879. OLE color: 479879.

HSL color Cylindrical-coordinate representation of color #875207: hue angle of 35.16º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #875207 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 7 -
CMYK 0 0.39 0.95 0.47
HSL 35.16º 0.9% 0.28% -
HSV(B) 35.16º 0.95% 0.53% -
XYZ 13.05 11.2 1.68 -
YUV 89.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 135 82 7 0 0.39 0.95 0.47 35.16 0.9 0.28
Hex 87 52 7 0 27 5F 2F 23 5A 1C
Octal 207 122 7 0 47 137 57 43 132 34
Binary 10000111 1010010 111 0 100111 1011111 101111 100011 1011010 11100

Color Harmonies of #875207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875207

Black with #875207

Text Example


Text Example

White with #875207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875207; }

 p { color: rgb(135,82,7); }

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

background-color css

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

 a { background-color: rgb(135,82,7); }

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

border-color css

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

 span { border-color: rgb(135,82,7); }

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