Html Css Color HEX #8C3716 Saddle Brown

📋 copy color: '#8C3716'

red 140 ◦ green 55 ◦ blue 22

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

Shades of Saddle Brown #8C3716

Tints of Saddle Brown #8C3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 64.52%
G = 25.35%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C3716 (or 0x8C3716) is known color: Saddle Brown. HEX triplet: 8C, 37 and 16. RGB value is (140,55,22). Sum of RGB (Red+Green+Blue) = 140+55+22=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3716 is #73C8E9. Grayscale: #4C4C4C. Windows color (decimal): -7588074 or 1456012. OLE color: 1456012.

HSL color Cylindrical-coordinate representation of color #8C3716: hue angle of 16.78º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C3716 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 55 22 -
CMYK 0 0.61 0.84 0.45
HSL 16.78º 0.73% 0.32% -
HSV(B) 16.78º 0.84% 0.55% -
XYZ 12.33 8.37 1.72 -
YUV 76.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 140 55 22 0 0.61 0.84 0.45 16.78 0.73 0.32
Hex 8C 37 16 0 3D 54 2D 11 49 20
Octal 214 67 26 0 75 124 55 21 111 40
Binary 10001100 110111 10110 0 111101 1010100 101101 10001 1001001 100000

Color Harmonies of #8C3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3716

Black with #8C3716

Text Example


Text Example

White with #8C3716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,22); }

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

background-color css

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

 a { background-color: rgb(140,55,22); }

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

border-color css

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

 span { border-color: rgb(140,55,22); }

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