Html Css Color HEX #886249 Dark Wood

📋 copy color: '#886249'

red 136 ◦ green 98 ◦ blue 73

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

Shades of Dark Wood #886249

Tints of Dark Wood #886249

RGB

 RED value IS 136 (53.52% from 255) = 44.3%

 GREEN value IS 98 (38.67% from 255) = 31.92%

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 44.3%
G = 31.92%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#886249 (or 0x886249) is known color: Dark Wood. HEX triplet: 88, 62 and 49. RGB value is (136,98,73). Sum of RGB (Red+Green+Blue) = 136+98+73=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886249 is #779DB6. Grayscale: #6A6A6A. Windows color (decimal): -7839159 or 4809352. OLE color: 4809352.

HSL color Cylindrical-coordinate representation of color #886249: hue angle of 23.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886249 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 73 -
CMYK 0 0.28 0.46 0.47
HSL 23.81º 0.3% 0.41% -
HSV(B) 23.81º 0.46% 0.53% -
XYZ 15.72 14.45 8.26 -
YUV 106.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 136 98 73 0 0.28 0.46 0.47 23.81 0.3 0.41
Hex 88 62 49 0 1C 2E 2F 18 1E 29
Octal 210 142 111 0 34 56 57 30 36 51
Binary 10001000 1100010 1001001 0 11100 101110 101111 11000 11110 101001

Color Harmonies of #886249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886249

Black with #886249

Text Example


Text Example

White with #886249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886249; }

 p { color: rgb(136,98,73); }

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

background-color css

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

 a { background-color: rgb(136,98,73); }

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

border-color css

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

 span { border-color: rgb(136,98,73); }

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