Html Css Color HEX #8C6448 Dark Wood

📋 copy color: '#8C6448'

red 140 ◦ green 100 ◦ blue 72

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

Shades of Dark Wood #8C6448

Tints of Dark Wood #8C6448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 44.87%
G = 32.05%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C6448 (or 0x8C6448) is known color: Dark Wood. HEX triplet: 8C, 64 and 48. RGB value is (140,100,72). Sum of RGB (Red+Green+Blue) = 140+100+72=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6448 is #739BB7. Grayscale: #6C6C6C. Windows color (decimal): -7576504 or 4744332. OLE color: 4744332.

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

Color convert

RGB 140 100 72 -
CMYK 0 0.29 0.49 0.45
HSL 24.71º 0.32% 0.42% -
HSV(B) 24.71º 0.49% 0.55% -
XYZ 16.54 15.16 8.18 -
YUV 108.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 140 100 72 0 0.29 0.49 0.45 24.71 0.32 0.42
Hex 8C 64 48 0 1D 31 2D 19 20 2A
Octal 214 144 110 0 35 61 55 31 40 52
Binary 10001100 1100100 1001000 0 11101 110001 101101 11001 100000 101010

Color Harmonies of #8C6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6448

Black with #8C6448

Text Example


Text Example

White with #8C6448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,100,72); }

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

background-color css

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

 a { background-color: rgb(140,100,72); }

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

border-color css

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

 span { border-color: rgb(140,100,72); }

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