Html Css Color HEX #87530E Saddle Brown

📋 copy color: '#87530E'

red 135 ◦ green 83 ◦ blue 14

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

Shades of Saddle Brown #87530E

Tints of Saddle Brown #87530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 58.19%
G = 35.78%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87530E (or 0x87530E) is known color: Saddle Brown. HEX triplet: 87, 53 and 0E. RGB value is (135,83,14). Sum of RGB (Red+Green+Blue) = 135+83+14=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87530E is #78ACF1. Grayscale: #5B5B5B. Windows color (decimal): -7908594 or 938887. OLE color: 938887.

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

Color convert

RGB 135 83 14 -
CMYK 0 0.39 0.90 0.47
HSL 34.21º 0.81% 0.29% -
HSV(B) 34.21º 0.9% 0.53% -
XYZ 13.16 11.37 1.92 -
YUV 90.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 135 83 14 0 0.39 0.90 0.47 34.21 0.81 0.29
Hex 87 53 E 0 27 5A 2F 22 51 1D
Octal 207 123 16 0 47 132 57 42 121 35
Binary 10000111 1010011 1110 0 100111 1011010 101111 100010 1010001 11101

Color Harmonies of #87530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87530E

Black with #87530E

Text Example


Text Example

White with #87530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87530E; }

 p { color: rgb(135,83,14); }

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

background-color css

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

 a { background-color: rgb(135,83,14); }

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

border-color css

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

 span { border-color: rgb(135,83,14); }

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