Html Css Color HEX #836545 Dark Wood

📋 copy color: '#836545'

red 131 ◦ green 101 ◦ blue 69

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

Shades of Dark Wood #836545

Tints of Dark Wood #836545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 43.52%
G = 33.55%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#836545 (or 0x836545) is known color: Dark Wood. HEX triplet: 83, 65 and 45. RGB value is (131,101,69). Sum of RGB (Red+Green+Blue) = 131+101+69=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #836545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836545 is #7C9ABA. Grayscale: #6A6A6A. Windows color (decimal): -8166075 or 4547971. OLE color: 4547971.

HSL color Cylindrical-coordinate representation of color #836545: hue angle of 30.97º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836545 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 69 -
CMYK 0 0.23 0.47 0.49
HSL 30.97º 0.31% 0.39% -
HSV(B) 30.97º 0.47% 0.51% -
XYZ 15.09 14.56 7.65 -
YUV 106.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 131 101 69 0 0.23 0.47 0.49 30.97 0.31 0.39
Hex 83 65 45 0 17 2F 31 1F 1F 27
Octal 203 145 105 0 27 57 61 37 37 47
Binary 10000011 1100101 1000101 0 10111 101111 110001 11111 11111 100111

Color Harmonies of #836545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836545

Black with #836545

Text Example


Text Example

White with #836545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836545; }

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

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

background-color css

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

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

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

border-color css

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

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

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