Html Css Color HEX #85623F Dark Wood

📋 copy color: '#85623F'

red 133 ◦ green 98 ◦ blue 63

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

Shades of Dark Wood #85623F

Tints of Dark Wood #85623F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.43%

R = 45.24%
G = 33.33%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85623F (or 0x85623F) is known color: Dark Wood. HEX triplet: 85, 62 and 3F. RGB value is (133,98,63). Sum of RGB (Red+Green+Blue) = 133+98+63=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85623F is #7A9DC0. Grayscale: #686868. Windows color (decimal): -8035777 or 4153989. OLE color: 4153989.

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

Color convert

RGB 133 98 63 -
CMYK 0 0.26 0.53 0.48
HSL 30º 0.36% 0.38% -
HSV(B) 30º 0.53% 0.52% -
XYZ 14.94 14.08 6.63 -
YUV 104.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 133 98 63 0 0.26 0.53 0.48 30 0.36 0.38
Hex 85 62 3F 0 1A 35 30 1E 24 26
Octal 205 142 77 0 32 65 60 36 44 46
Binary 10000101 1100010 111111 0 11010 110101 110000 11110 100100 100110

Color Harmonies of #85623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85623F

Black with #85623F

Text Example


Text Example

White with #85623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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