Html Css Color HEX #83654B Dark Wood

📋 copy color: '#83654B'

red 131 ◦ green 101 ◦ blue 75

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

Shades of Dark Wood #83654B

Tints of Dark Wood #83654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 42.67%
G = 32.9%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83654B (or 0x83654B) is known color: Dark Wood. HEX triplet: 83, 65 and 4B. RGB value is (131,101,75). Sum of RGB (Red+Green+Blue) = 131+101+75=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83654B is #7C9AB4. Grayscale: #6B6B6B. Windows color (decimal): -8166069 or 4941187. OLE color: 4941187.

HSL color Cylindrical-coordinate representation of color #83654B: hue angle of 27.86º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83654B is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 75 -
CMYK 0 0.23 0.43 0.49
HSL 27.86º 0.27% 0.4% -
HSV(B) 27.86º 0.43% 0.51% -
XYZ 15.28 14.64 8.68 -
YUV 107.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 131 101 75 0 0.23 0.43 0.49 27.86 0.27 0.4
Hex 83 65 4B 0 17 2B 31 1C 1B 28
Octal 203 145 113 0 27 53 61 34 33 50
Binary 10000011 1100101 1001011 0 10111 101011 110001 11100 11011 101000

Color Harmonies of #83654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83654B

Black with #83654B

Text Example


Text Example

White with #83654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83654B; }

 p { color: rgb(131,101,75); }

 H1.HeaderClassName
 {
   color: #83654B;
 }
 .AnyTagClassName
 {
   color: #83654B;
 }
</style>

background-color css

<style>
 a { background-color: #83654B; }

 a { background-color: rgb(131,101,75); }

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

border-color css

<style>
 span { border-color: #83654B; }

 span { border-color: rgb(131,101,75); }

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