Html Css Color HEX #87380C Saddle Brown

📋 copy color: '#87380C'

red 135 ◦ green 56 ◦ blue 12

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

Shades of Saddle Brown #87380C

Tints of Saddle Brown #87380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 66.5%
G = 27.59%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87380C (or 0x87380C) is known color: Saddle Brown. HEX triplet: 87, 38 and 0C. RGB value is (135,56,12). Sum of RGB (Red+Green+Blue) = 135+56+12=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87380C is #78C7F3. Grayscale: #4A4A4A. Windows color (decimal): -7915508 or 800903. OLE color: 800903.

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

Color convert

RGB 135 56 12 -
CMYK 0 0.59 0.91 0.47
HSL 21.46º 0.84% 0.29% -
HSV(B) 21.46º 0.91% 0.53% -
XYZ 11.47 8.01 1.29 -
YUV 74.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 135 56 12 0 0.59 0.91 0.47 21.46 0.84 0.29
Hex 87 38 C 0 3B 5B 2F 15 54 1D
Octal 207 70 14 0 73 133 57 25 124 35
Binary 10000111 111000 1100 0 111011 1011011 101111 10101 1010100 11101

Color Harmonies of #87380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87380C

Black with #87380C

Text Example


Text Example

White with #87380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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