Html Css Color HEX #8C511B Saddle Brown

📋 copy color: '#8C511B'

red 140 ◦ green 81 ◦ blue 27

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

Shades of Saddle Brown #8C511B

Tints of Saddle Brown #8C511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 56.45%
G = 32.66%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C511B (or 0x8C511B) is known color: Saddle Brown. HEX triplet: 8C, 51 and 1B. RGB value is (140,81,27). Sum of RGB (Red+Green+Blue) = 140+81+27=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C511B is #73AEE4. Grayscale: #5C5C5C. Windows color (decimal): -7581413 or 1790348. OLE color: 1790348.

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

Color convert

RGB 140 81 27 -
CMYK 0 0.42 0.81 0.45
HSL 28.67º 0.68% 0.33% -
HSV(B) 28.67º 0.81% 0.55% -
XYZ 13.96 11.54 2.53 -
YUV 92.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 140 81 27 0 0.42 0.81 0.45 28.67 0.68 0.33
Hex 8C 51 1B 0 2A 51 2D 1D 44 21
Octal 214 121 33 0 52 121 55 35 104 41
Binary 10001100 1010001 11011 0 101010 1010001 101101 11101 1000100 100001

Color Harmonies of #8C511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C511B

Black with #8C511B

Text Example


Text Example

White with #8C511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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