Html Css Color HEX #846045 Dark Wood

📋 copy color: '#846045'

red 132 ◦ green 96 ◦ blue 69

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

Shades of Dark Wood #846045

Tints of Dark Wood #846045

RGB

 RED value IS 132 (51.95% from 255) = 44.44%

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

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

R = 44.44%
G = 32.32%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#846045 (or 0x846045) is known color: Dark Wood. HEX triplet: 84, 60 and 45. RGB value is (132,96,69). Sum of RGB (Red+Green+Blue) = 132+96+69=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #846045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846045 is #7B9FBA. Grayscale: #676767. Windows color (decimal): -8101819 or 4546692. OLE color: 4546692.

HSL color Cylindrical-coordinate representation of color #846045: hue angle of 25.71º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #846045 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 69 -
CMYK 0 0.27 0.48 0.48
HSL 25.71º 0.31% 0.39% -
HSV(B) 25.71º 0.48% 0.52% -
XYZ 14.77 13.7 7.5 -
YUV 103.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 132 96 69 0 0.27 0.48 0.48 25.71 0.31 0.39
Hex 84 60 45 0 1B 30 30 1A 1F 27
Octal 204 140 105 0 33 60 60 32 37 47
Binary 10000100 1100000 1000101 0 11011 110000 110000 11010 11111 100111

Color Harmonies of #846045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846045

Black with #846045

Text Example


Text Example

White with #846045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846045; }

 p { color: rgb(132,96,69); }

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

background-color css

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

 a { background-color: rgb(132,96,69); }

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

border-color css

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

 span { border-color: rgb(132,96,69); }

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