Html Css Color HEX #8B6448 Dark Wood

📋 copy color: '#8B6448'

red 139 ◦ green 100 ◦ blue 72

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

Shades of Dark Wood #8B6448

Tints of Dark Wood #8B6448

RGB

 RED value IS 139 (54.69% from 255) = 44.69%

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

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

R = 44.69%
G = 32.15%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8B6448 (or 0x8B6448) is known color: Dark Wood. HEX triplet: 8B, 64 and 48. RGB value is (139,100,72). Sum of RGB (Red+Green+Blue) = 139+100+72=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6448 is #749BB7. Grayscale: #6C6C6C. Windows color (decimal): -7642040 or 4744331. OLE color: 4744331.

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

Color convert

RGB 139 100 72 -
CMYK 0 0.28 0.48 0.45
HSL 25.07º 0.32% 0.41% -
HSV(B) 25.07º 0.48% 0.55% -
XYZ 16.37 15.07 8.18 -
YUV 108.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 139 100 72 0 0.28 0.48 0.45 25.07 0.32 0.41
Hex 8B 64 48 0 1C 30 2D 19 20 29
Octal 213 144 110 0 34 60 55 31 40 51
Binary 10001011 1100100 1001000 0 11100 110000 101101 11001 100000 101001

Color Harmonies of #8B6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6448

Black with #8B6448

Text Example


Text Example

White with #8B6448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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