Html Css Color HEX #8C550F Saddle Brown

📋 copy color: '#8C550F'

red 140 ◦ green 85 ◦ blue 15

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

Shades of Saddle Brown #8C550F

Tints of Saddle Brown #8C550F

RGB

 RED value IS 140 (55.08% from 255) = 58.33%

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 58.33%
G = 35.42%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C550F (or 0x8C550F) is known color: Saddle Brown. HEX triplet: 8C, 55 and 0F. RGB value is (140,85,15). Sum of RGB (Red+Green+Blue) = 140+85+15=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C550F is #73AAF0. Grayscale: #5D5D5D. Windows color (decimal): -7580401 or 1004940. OLE color: 1004940.

HSL color Cylindrical-coordinate representation of color #8C550F: hue angle of 33.6º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C550F is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 85 15 -
CMYK 0 0.39 0.89 0.45
HSL 33.6º 0.81% 0.3% -
HSV(B) 33.6º 0.89% 0.55% -
XYZ 14.15 12.11 2.04 -
YUV 93.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 140 85 15 0 0.39 0.89 0.45 33.6 0.81 0.3
Hex 8C 55 F 0 27 59 2D 22 51 1E
Octal 214 125 17 0 47 131 55 42 121 36
Binary 10001100 1010101 1111 0 100111 1011001 101101 100010 1010001 11110

Color Harmonies of #8C550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C550F

Black with #8C550F

Text Example


Text Example

White with #8C550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C550F; }

 p { color: rgb(140,85,15); }

 H1.HeaderClassName
 {
   color: #8C550F;
 }
 .AnyTagClassName
 {
   color: #8C550F;
 }
</style>

background-color css

<style>
 a { background-color: #8C550F; }

 a { background-color: rgb(140,85,15); }

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

border-color css

<style>
 span { border-color: #8C550F; }

 span { border-color: rgb(140,85,15); }

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