#85613E

Color #85613E Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #85613E

Tints of Dark Wood #85613E

Color information

#85613E (or 0x85613E) is unknown color: approx Dark Wood. HEX triplet: 85, 61 and 3E. RGB value is (133,97,62). Sum of RGB (Red+Green+Blue) = 133+97+62=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85613E is #7A9EC1. Grayscale: #676767. Windows color (decimal): -8036034 or 4088197. OLE color: 4088197.

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

Color convert

RGB1339762-
CMYK00.270.530.48
HSL29.58º36.41%38.24%-
HSV(B)29.58º53.38%52.16%-
XYZ14.8213.886.46-
YUV103.77104.43148.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=45.55%
G=33.22%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133976200.270.530.4829.5836.4138.24
Hex85613E01B35301e2426
Octal205141760336560364446
Binary10000101110000111111001101111010111000011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85613E; }

 p { color: rgb(133,97,62); }

 H1.HeaderClassName
 {
   color: #85613E;
 }
 .AnyTagClassName
 {
   color: #85613E;
 }
</style>
background-color css

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

 a { background-color: rgb(133,97,62); }

 div.DivClassName
 {
   background-color: #85613E;
 }
 .BgClassName
 {
   background-color: #85613E;
 }
</style>
border-color css

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

 span { border-color: rgb(133,97,62); }

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