Html Css Color HEX #87300C Saddle Brown

📋 copy color: '#87300C'

red 135 ◦ green 48 ◦ blue 12

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

Shades of Saddle Brown #87300C

Tints of Saddle Brown #87300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 69.23%
G = 24.62%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87300C (or 0x87300C) is known color: Saddle Brown. HEX triplet: 87, 30 and 0C. RGB value is (135,48,12). Sum of RGB (Red+Green+Blue) = 135+48+12=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87300C is #78CFF3. Grayscale: #464646. Windows color (decimal): -7917556 or 798855. OLE color: 798855.

HSL color Cylindrical-coordinate representation of color #87300C: hue angle of 17.56º 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 #87300C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 12 -
CMYK 0 0.64 0.91 0.47
HSL 17.56º 0.84% 0.29% -
HSV(B) 17.56º 0.91% 0.53% -
XYZ 11.11 7.29 1.17 -
YUV 69.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 135 48 12 0 0.64 0.91 0.47 17.56 0.84 0.29
Hex 87 30 C 0 40 5B 2F 12 54 1D
Octal 207 60 14 0 100 133 57 22 124 35
Binary 10000111 110000 1100 0 1000000 1011011 101111 10010 1010100 11101

Color Harmonies of #87300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87300C

Black with #87300C

Text Example


Text Example

White with #87300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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