Html Css Color HEX #886748 Dark Wood

📋 copy color: '#886748'

red 136 ◦ green 103 ◦ blue 72

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

Shades of Dark Wood #886748

Tints of Dark Wood #886748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 43.73%
G = 33.12%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#886748 (or 0x886748) is known color: Dark Wood. HEX triplet: 88, 67 and 48. RGB value is (136,103,72). Sum of RGB (Red+Green+Blue) = 136+103+72=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886748 is #7798B7. Grayscale: #6D6D6D. Windows color (decimal): -7837880 or 4745096. OLE color: 4745096.

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

Color convert

RGB 136 103 72 -
CMYK 0 0.24 0.47 0.47
HSL 29.06º 0.31% 0.41% -
HSV(B) 29.06º 0.47% 0.53% -
XYZ 16.17 15.4 8.25 -
YUV 109.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 136 103 72 0 0.24 0.47 0.47 29.06 0.31 0.41
Hex 88 67 48 0 18 2F 2F 1D 1F 29
Octal 210 147 110 0 30 57 57 35 37 51
Binary 10001000 1100111 1001000 0 11000 101111 101111 11101 11111 101001

Color Harmonies of #886748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886748

Black with #886748

Text Example


Text Example

White with #886748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886748; }

 p { color: rgb(136,103,72); }

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

background-color css

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

 a { background-color: rgb(136,103,72); }

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

border-color css

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

 span { border-color: rgb(136,103,72); }

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