Html Css Color HEX #856748 Dark Wood

📋 copy color: '#856748'

red 133 ◦ green 103 ◦ blue 72

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

Shades of Dark Wood #856748

Tints of Dark Wood #856748

RGB

 RED value IS 133 (52.34% from 255) = 43.18%

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

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

R = 43.18%
G = 33.44%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856748 (or 0x856748) is known color: Dark Wood. HEX triplet: 85, 67 and 48. RGB value is (133,103,72). Sum of RGB (Red+Green+Blue) = 133+103+72=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #856748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856748 is #7A98B7. Grayscale: #6C6C6C. Windows color (decimal): -8034488 or 4745093. OLE color: 4745093.

HSL color Cylindrical-coordinate representation of color #856748: hue angle of 30.49º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856748 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 72 -
CMYK 0 0.23 0.46 0.48
HSL 30.49º 0.3% 0.4% -
HSV(B) 30.49º 0.46% 0.52% -
XYZ 15.69 15.15 8.23 -
YUV 108.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 133 103 72 0 0.23 0.46 0.48 30.49 0.3 0.4
Hex 85 67 48 0 17 2E 30 1E 1E 28
Octal 205 147 110 0 27 56 60 36 36 50
Binary 10000101 1100111 1001000 0 10111 101110 110000 11110 11110 101000

Color Harmonies of #856748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856748

Black with #856748

Text Example


Text Example

White with #856748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856748; }

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

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

background-color css

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

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

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

border-color css

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

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

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