Html Css Color HEX #87380B Saddle Brown

📋 copy color: '#87380B'

red 135 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #87380B

Tints of Saddle Brown #87380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

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

R = 66.83%
G = 27.72%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87380B (or 0x87380B) is known color: Saddle Brown. HEX triplet: 87, 38 and 0B. RGB value is (135,56,11). Sum of RGB (Red+Green+Blue) = 135+56+11=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #87380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87380B is #78C7F4. Grayscale: #4A4A4A. Windows color (decimal): -7915509 or 735367. OLE color: 735367.

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

Color convert

RGB 135 56 11 -
CMYK 0 0.59 0.92 0.47
HSL 21.77º 0.85% 0.29% -
HSV(B) 21.77º 0.92% 0.53% -
XYZ 11.47 8 1.26 -
YUV 74.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 135 56 11 0 0.59 0.92 0.47 21.77 0.85 0.29
Hex 87 38 B 0 3B 5C 2F 16 55 1D
Octal 207 70 13 0 73 134 57 26 125 35
Binary 10000111 111000 1011 0 111011 1011100 101111 10110 1010101 11101

Color Harmonies of #87380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87380B

Black with #87380B

Text Example


Text Example

White with #87380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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