Html Css Color HEX #8C3D16 Saddle Brown

📋 copy color: '#8C3D16'

red 140 ◦ green 61 ◦ blue 22

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

Shades of Saddle Brown #8C3D16

Tints of Saddle Brown #8C3D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.35%

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

R = 62.78%
G = 27.35%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C3D16 (or 0x8C3D16) is known color: Saddle Brown. HEX triplet: 8C, 3D and 16. RGB value is (140,61,22). Sum of RGB (Red+Green+Blue) = 140+61+22=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3D16 is #73C2E9. Grayscale: #505050. Windows color (decimal): -7586538 or 1457548. OLE color: 1457548.

HSL color Cylindrical-coordinate representation of color #8C3D16: hue angle of 19.83º 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 #8C3D16 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 61 22 -
CMYK 0 0.56 0.84 0.45
HSL 19.83º 0.73% 0.32% -
HSV(B) 19.83º 0.84% 0.55% -
XYZ 12.63 8.97 1.82 -
YUV 80.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 140 61 22 0 0.56 0.84 0.45 19.83 0.73 0.32
Hex 8C 3D 16 0 38 54 2D 14 49 20
Octal 214 75 26 0 70 124 55 24 111 40
Binary 10001100 111101 10110 0 111000 1010100 101101 10100 1001001 100000

Color Harmonies of #8C3D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3D16

Black with #8C3D16

Text Example


Text Example

White with #8C3D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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