Html Css Color HEX #856362 Light Wood

📋 copy color: '#856362'

red 133 ◦ green 99 ◦ blue 98

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

Shades of Light Wood #856362

Tints of Light Wood #856362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 40.3%
G = 30%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856362 (or 0x856362) is known color: Light Wood. HEX triplet: 85, 63 and 62. RGB value is (133,99,98). Sum of RGB (Red+Green+Blue) = 133+99+98=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856362 is #7A9C9D. Grayscale: #6D6D6D. Windows color (decimal): -8035486 or 6448005. OLE color: 6448005.

HSL color Cylindrical-coordinate representation of color #856362: hue angle of 1.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856362 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 98 -
CMYK 0 0.26 0.26 0.48
HSL 1.71º 0.15% 0.45% -
HSV(B) 1.71º 0.26% 0.52% -
XYZ 16.34 14.79 13.55 -
YUV 109.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 133 99 98 0 0.26 0.26 0.48 1.71 0.15 0.45
Hex 85 63 62 0 1A 1A 30 2 F 2D
Octal 205 143 142 0 32 32 60 2 17 55
Binary 10000101 1100011 1100010 0 11010 11010 110000 10 1111 101101

Color Harmonies of #856362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856362

Black with #856362

Text Example


Text Example

White with #856362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856362; }

 p { color: rgb(133,99,98); }

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

background-color css

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

 a { background-color: rgb(133,99,98); }

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

border-color css

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

 span { border-color: rgb(133,99,98); }

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