Html Css Color HEX #87380F Saddle Brown

📋 copy color: '#87380F'

red 135 ◦ green 56 ◦ blue 15

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

Shades of Saddle Brown #87380F

Tints of Saddle Brown #87380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 65.53%
G = 27.18%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87380F (or 0x87380F) is known color: Saddle Brown. HEX triplet: 87, 38 and 0F. RGB value is (135,56,15). Sum of RGB (Red+Green+Blue) = 135+56+15=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #87380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87380F is #78C7F0. Grayscale: #4B4B4B. Windows color (decimal): -7915505 or 997511. OLE color: 997511.

HSL color Cylindrical-coordinate representation of color #87380F: hue angle of 20.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87380F is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 15 -
CMYK 0 0.59 0.89 0.47
HSL 20.5º 0.8% 0.29% -
HSV(B) 20.5º 0.89% 0.53% -
XYZ 11.49 8.01 1.39 -
YUV 74.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 135 56 15 0 0.59 0.89 0.47 20.5 0.8 0.29
Hex 87 38 F 0 3B 59 2F 14 50 1D
Octal 207 70 17 0 73 131 57 24 120 35
Binary 10000111 111000 1111 0 111011 1011001 101111 10100 1010000 11101

Color Harmonies of #87380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87380F

Black with #87380F

Text Example


Text Example

White with #87380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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