Html Css Color HEX #83604A Dark Wood

📋 copy color: '#83604A'

red 131 ◦ green 96 ◦ blue 74

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

Shades of Dark Wood #83604A

Tints of Dark Wood #83604A

RGB

 RED value IS 131 (51.56% from 255) = 43.52%

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 43.52%
G = 31.89%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83604A (or 0x83604A) is known color: Dark Wood. HEX triplet: 83, 60 and 4A. RGB value is (131,96,74). Sum of RGB (Red+Green+Blue) = 131+96+74=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #83604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83604A is #7C9FB5. Grayscale: #686868. Windows color (decimal): -8167350 or 4874371. OLE color: 4874371.

HSL color Cylindrical-coordinate representation of color #83604A: hue angle of 23.16º 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 #83604A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 74 -
CMYK 0 0.27 0.44 0.49
HSL 23.16º 0.28% 0.4% -
HSV(B) 23.16º 0.44% 0.51% -
XYZ 14.78 13.69 8.34 -
YUV 103.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 131 96 74 0 0.27 0.44 0.49 23.16 0.28 0.4
Hex 83 60 4A 0 1B 2C 31 17 1C 28
Octal 203 140 112 0 33 54 61 27 34 50
Binary 10000011 1100000 1001010 0 11011 101100 110001 10111 11100 101000

Color Harmonies of #83604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83604A

Black with #83604A

Text Example


Text Example

White with #83604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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