#83674A

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

Shades of Dark Wood #83674A

Tints of Dark Wood #83674A

Color information

#83674A (or 0x83674A) is unknown color: approx Dark Wood. HEX triplet: 83, 67 and 4A. RGB value is (131,103,74). Sum of RGB (Red+Green+Blue) = 131+103+74=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83674A is #7C98B5. Grayscale: #6C6C6C. Windows color (decimal): -8165558 or 4876163. OLE color: 4876163.

HSL color Cylindrical-coordinate representation of color #83674A: hue angle of 30.53º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83674A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13110374-
CMYK00.210.440.49
HSL30.53º27.8%40.2%-
HSV(B)30.53º43.51%51.37%-
XYZ15.4515.028.56-
YUV108.07108.78144.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=42.53%
G=33.44%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311037400.210.440.4930.5327.840.2
Hex83674A0152C311f1c28
Octal2031471120255461373450
Binary10000011110011110010100101011011001100011111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83674A; }

 p { color: rgb(131,103,74); }

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

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

 a { background-color: rgb(131,103,74); }

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

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

 span { border-color: rgb(131,103,74); }

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