Html Css Color HEX #886348 Dark Wood

📋 copy color: '#886348'

red 136 ◦ green 99 ◦ blue 72

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

Shades of Dark Wood #886348

Tints of Dark Wood #886348

RGB

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

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

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

R = 44.3%
G = 32.25%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#886348 (or 0x886348) is known color: Dark Wood. HEX triplet: 88, 63 and 48. RGB value is (136,99,72). Sum of RGB (Red+Green+Blue) = 136+99+72=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886348 is #779CB7. Grayscale: #6B6B6B. Windows color (decimal): -7838904 or 4744072. OLE color: 4744072.

HSL color Cylindrical-coordinate representation of color #886348: hue angle of 25.31º 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 #886348 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 72 -
CMYK 0 0.27 0.47 0.47
HSL 25.31º 0.31% 0.41% -
HSV(B) 25.31º 0.47% 0.53% -
XYZ 15.78 14.63 8.12 -
YUV 106.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 136 99 72 0 0.27 0.47 0.47 25.31 0.31 0.41
Hex 88 63 48 0 1B 2F 2F 19 1F 29
Octal 210 143 110 0 33 57 57 31 37 51
Binary 10001000 1100011 1001000 0 11011 101111 101111 11001 11111 101001

Color Harmonies of #886348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886348

Black with #886348

Text Example


Text Example

White with #886348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886348; }

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

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

background-color css

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

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

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

border-color css

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

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

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