Html Css Color HEX #87400B Saddle Brown

📋 copy color: '#87400B'

red 135 ◦ green 64 ◦ blue 11

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

Shades of Saddle Brown #87400B

Tints of Saddle Brown #87400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 64.29%
G = 30.48%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87400B (or 0x87400B) is known color: Saddle Brown. HEX triplet: 87, 40 and 0B. RGB value is (135,64,11). Sum of RGB (Red+Green+Blue) = 135+64+11=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #87400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87400B is #78BFF4. Grayscale: #4F4F4F. Windows color (decimal): -7913461 or 737415. OLE color: 737415.

HSL color Cylindrical-coordinate representation of color #87400B: hue angle of 25.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87400B is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 11 -
CMYK 0 0.53 0.92 0.47
HSL 25.65º 0.85% 0.29% -
HSV(B) 25.65º 0.92% 0.53% -
XYZ 11.89 8.84 1.4 -
YUV 79.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 135 64 11 0 0.53 0.92 0.47 25.65 0.85 0.29
Hex 87 40 B 0 35 5C 2F 1A 55 1D
Octal 207 100 13 0 65 134 57 32 125 35
Binary 10000111 1000000 1011 0 110101 1011100 101111 11010 1010101 11101

Color Harmonies of #87400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87400B

Black with #87400B

Text Example


Text Example

White with #87400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87400B; }

 p { color: rgb(135,64,11); }

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

background-color css

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

 a { background-color: rgb(135,64,11); }

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

border-color css

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

 span { border-color: rgb(135,64,11); }

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