Html Css Color HEX #87400C Saddle Brown

📋 copy color: '#87400C'

red 135 ◦ green 64 ◦ blue 12

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

Shades of Saddle Brown #87400C

Tints of Saddle Brown #87400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 63.98%
G = 30.33%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87400C (or 0x87400C) is known color: Saddle Brown. HEX triplet: 87, 40 and 0C. RGB value is (135,64,12). Sum of RGB (Red+Green+Blue) = 135+64+12=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #87400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87400C is #78BFF3. Grayscale: #4F4F4F. Windows color (decimal): -7913460 or 802951. OLE color: 802951.

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

Color convert

RGB 135 64 12 -
CMYK 0 0.53 0.91 0.47
HSL 25.37º 0.84% 0.29% -
HSV(B) 25.37º 0.91% 0.53% -
XYZ 11.89 8.84 1.43 -
YUV 79.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 135 64 12 0 0.53 0.91 0.47 25.37 0.84 0.29
Hex 87 40 C 0 35 5B 2F 19 54 1D
Octal 207 100 14 0 65 133 57 31 124 35
Binary 10000111 1000000 1100 0 110101 1011011 101111 11001 1010100 11101

Color Harmonies of #87400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87400C

Black with #87400C

Text Example


Text Example

White with #87400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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