Html Css Color HEX #8C511D Saddle Brown

📋 copy color: '#8C511D'

red 140 ◦ green 81 ◦ blue 29

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

Shades of Saddle Brown #8C511D

Tints of Saddle Brown #8C511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 56%
G = 32.4%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C511D (or 0x8C511D) is known color: Saddle Brown. HEX triplet: 8C, 51 and 1D. RGB value is (140,81,29). Sum of RGB (Red+Green+Blue) = 140+81+29=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C511D is #73AEE2. Grayscale: #5C5C5C. Windows color (decimal): -7581411 or 1921420. OLE color: 1921420.

HSL color Cylindrical-coordinate representation of color #8C511D: hue angle of 28.11º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C511D is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 81 29 -
CMYK 0 0.42 0.79 0.45
HSL 28.11º 0.66% 0.33% -
HSV(B) 28.11º 0.79% 0.55% -
XYZ 13.98 11.55 2.65 -
YUV 92.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 140 81 29 0 0.42 0.79 0.45 28.11 0.66 0.33
Hex 8C 51 1D 0 2A 4F 2D 1C 42 21
Octal 214 121 35 0 52 117 55 34 102 41
Binary 10001100 1010001 11101 0 101010 1001111 101101 11100 1000010 100001

Color Harmonies of #8C511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C511D

Black with #8C511D

Text Example


Text Example

White with #8C511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,81,29); }

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

background-color css

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

 a { background-color: rgb(140,81,29); }

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

border-color css

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

 span { border-color: rgb(140,81,29); }

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