Html Css Color HEX #8B6348 Dark Wood

📋 copy color: '#8B6348'

red 139 ◦ green 99 ◦ blue 72

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

Shades of Dark Wood #8B6348

Tints of Dark Wood #8B6348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 44.84%
G = 31.94%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8B6348 (or 0x8B6348) is known color: Dark Wood. HEX triplet: 8B, 63 and 48. RGB value is (139,99,72). Sum of RGB (Red+Green+Blue) = 139+99+72=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6348 is #749CB7. Grayscale: #6C6C6C. Windows color (decimal): -7642296 or 4744075. OLE color: 4744075.

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

Color convert

RGB 139 99 72 -
CMYK 0 0.29 0.48 0.45
HSL 24.18º 0.32% 0.41% -
HSV(B) 24.18º 0.48% 0.55% -
XYZ 16.28 14.88 8.15 -
YUV 107.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 139 99 72 0 0.29 0.48 0.45 24.18 0.32 0.41
Hex 8B 63 48 0 1D 30 2D 18 20 29
Octal 213 143 110 0 35 60 55 30 40 51
Binary 10001011 1100011 1001000 0 11101 110000 101101 11000 100000 101001

Color Harmonies of #8B6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6348

Black with #8B6348

Text Example


Text Example

White with #8B6348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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