Html Css Color HEX #87380D Saddle Brown

📋 copy color: '#87380D'

red 135 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #87380D

Tints of Saddle Brown #87380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 66.18%
G = 27.45%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87380D (or 0x87380D) is known color: Saddle Brown. HEX triplet: 87, 38 and 0D. RGB value is (135,56,13). Sum of RGB (Red+Green+Blue) = 135+56+13=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #87380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87380D is #78C7F2. Grayscale: #4A4A4A. Windows color (decimal): -7915507 or 866439. OLE color: 866439.

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

Color convert

RGB 135 56 13 -
CMYK 0 0.59 0.90 0.47
HSL 21.15º 0.82% 0.29% -
HSV(B) 21.15º 0.9% 0.53% -
XYZ 11.48 8.01 1.32 -
YUV 74.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 135 56 13 0 0.59 0.90 0.47 21.15 0.82 0.29
Hex 87 38 D 0 3B 5A 2F 15 52 1D
Octal 207 70 15 0 73 132 57 25 122 35
Binary 10000111 111000 1101 0 111011 1011010 101111 10101 1010010 11101

Color Harmonies of #87380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87380D

Black with #87380D

Text Example


Text Example

White with #87380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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