Html Css Color HEX #8C550B Saddle Brown

📋 copy color: '#8C550B'

red 140 ◦ green 85 ◦ blue 11

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

Shades of Saddle Brown #8C550B

Tints of Saddle Brown #8C550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 59.32%
G = 36.02%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8C550B (or 0x8C550B) is known color: Saddle Brown. HEX triplet: 8C, 55 and 0B. RGB value is (140,85,11). Sum of RGB (Red+Green+Blue) = 140+85+11=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C550B is #73AAF4. Grayscale: #5D5D5D. Windows color (decimal): -7580405 or 742796. OLE color: 742796.

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

Color convert

RGB 140 85 11 -
CMYK 0 0.39 0.92 0.45
HSL 34.42º 0.85% 0.3% -
HSV(B) 34.42º 0.92% 0.55% -
XYZ 14.12 12.1 1.91 -
YUV 93.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 140 85 11 0 0.39 0.92 0.45 34.42 0.85 0.3
Hex 8C 55 B 0 27 5C 2D 22 55 1E
Octal 214 125 13 0 47 134 55 42 125 36
Binary 10001100 1010101 1011 0 100111 1011100 101101 100010 1010101 11110

Color Harmonies of #8C550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C550B

Black with #8C550B

Text Example


Text Example

White with #8C550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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