Html Css Color HEX #83624A Dark Wood

📋 copy color: '#83624A'

red 131 ◦ green 98 ◦ blue 74

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

Shades of Dark Wood #83624A

Tints of Dark Wood #83624A

RGB

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

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

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

R = 43.23%
G = 32.34%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83624A (or 0x83624A) is known color: Dark Wood. HEX triplet: 83, 62 and 4A. RGB value is (131,98,74). Sum of RGB (Red+Green+Blue) = 131+98+74=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #83624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83624A is #7C9DB5. Grayscale: #696969. Windows color (decimal): -8166838 or 4874883. OLE color: 4874883.

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

Color convert

RGB 131 98 74 -
CMYK 0 0.25 0.44 0.49
HSL 25.26º 0.28% 0.4% -
HSV(B) 25.26º 0.44% 0.51% -
XYZ 14.96 14.06 8.4 -
YUV 105.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 131 98 74 0 0.25 0.44 0.49 25.26 0.28 0.4
Hex 83 62 4A 0 19 2C 31 19 1C 28
Octal 203 142 112 0 31 54 61 31 34 50
Binary 10000011 1100010 1001010 0 11001 101100 110001 11001 11100 101000

Color Harmonies of #83624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83624A

Black with #83624A

Text Example


Text Example

White with #83624A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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