Html Css Color HEX #87440B Saddle Brown

📋 copy color: '#87440B'

red 135 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #87440B

Tints of Saddle Brown #87440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

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

R = 63.08%
G = 31.78%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87440B (or 0x87440B) is known color: Saddle Brown. HEX triplet: 87, 44 and 0B. RGB value is (135,68,11). Sum of RGB (Red+Green+Blue) = 135+68+11=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87440B is #78BBF4. Grayscale: #515151. Windows color (decimal): -7912437 or 738439. OLE color: 738439.

HSL color Cylindrical-coordinate representation of color #87440B: hue angle of 27.58º 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 #87440B is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 11 -
CMYK 0 0.50 0.92 0.47
HSL 27.58º 0.85% 0.29% -
HSV(B) 27.58º 0.92% 0.53% -
XYZ 12.12 9.31 1.47 -
YUV 81.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 135 68 11 0 0.50 0.92 0.47 27.58 0.85 0.29
Hex 87 44 B 0 32 5C 2F 1C 55 1D
Octal 207 104 13 0 62 134 57 34 125 35
Binary 10000111 1000100 1011 0 110010 1011100 101111 11100 1010101 11101

Color Harmonies of #87440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87440B

Black with #87440B

Text Example


Text Example

White with #87440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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