Html Css Color HEX #836745 Dark Wood

📋 copy color: '#836745'

red 131 ◦ green 103 ◦ blue 69

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

Shades of Dark Wood #836745

Tints of Dark Wood #836745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 43.23%
G = 33.99%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#836745 (or 0x836745) is known color: Dark Wood. HEX triplet: 83, 67 and 45. RGB value is (131,103,69). Sum of RGB (Red+Green+Blue) = 131+103+69=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #836745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836745 is #7C98BA. Grayscale: #6B6B6B. Windows color (decimal): -8165563 or 4548483. OLE color: 4548483.

HSL color Cylindrical-coordinate representation of color #836745: hue angle of 32.9º 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 #836745 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 69 -
CMYK 0 0.21 0.47 0.49
HSL 32.9º 0.31% 0.39% -
HSV(B) 32.9º 0.47% 0.51% -
XYZ 15.28 14.96 7.71 -
YUV 107.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 131 103 69 0 0.21 0.47 0.49 32.9 0.31 0.39
Hex 83 67 45 0 15 2F 31 21 1F 27
Octal 203 147 105 0 25 57 61 41 37 47
Binary 10000011 1100111 1000101 0 10101 101111 110001 100001 11111 100111

Color Harmonies of #836745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836745

Black with #836745

Text Example


Text Example

White with #836745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836745; }

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

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

background-color css

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

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

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

border-color css

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

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

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