Html Css Color HEX #87360C Saddle Brown

📋 copy color: '#87360C'

red 135 ◦ green 54 ◦ blue 12

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

Shades of Saddle Brown #87360C

Tints of Saddle Brown #87360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

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

R = 67.16%
G = 26.87%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87360C (or 0x87360C) is known color: Saddle Brown. HEX triplet: 87, 36 and 0C. RGB value is (135,54,12). Sum of RGB (Red+Green+Blue) = 135+54+12=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87360C is #78C9F3. Grayscale: #494949. Windows color (decimal): -7916020 or 800391. OLE color: 800391.

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

Color convert

RGB 135 54 12 -
CMYK 0 0.60 0.91 0.47
HSL 20.49º 0.84% 0.29% -
HSV(B) 20.49º 0.91% 0.53% -
XYZ 11.38 7.82 1.26 -
YUV 73.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 135 54 12 0 0.60 0.91 0.47 20.49 0.84 0.29
Hex 87 36 C 0 3C 5B 2F 14 54 1D
Octal 207 66 14 0 74 133 57 24 124 35
Binary 10000111 110110 1100 0 111100 1011011 101111 10100 1010100 11101

Color Harmonies of #87360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87360C

Black with #87360C

Text Example


Text Example

White with #87360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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