Html Css Color HEX #845136 Cigar

📋 copy color: '#845136'

red 132 ◦ green 81 ◦ blue 54

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

Shades of Cigar #845136

Tints of Cigar #845136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 49.44%
G = 30.34%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#845136 (or 0x845136) is known color: Cigar. HEX triplet: 84, 51 and 36. RGB value is (132,81,54). Sum of RGB (Red+Green+Blue) = 132+81+54=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #845136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845136 is #7BAEC9. Grayscale: #5D5D5D. Windows color (decimal): -8105674 or 3559812. OLE color: 3559812.

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

Color convert

RGB 132 81 54 -
CMYK 0 0.39 0.59 0.48
HSL 20.77º 0.42% 0.36% -
HSV(B) 20.77º 0.59% 0.52% -
XYZ 13.12 11.06 4.93 -
YUV 93.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 132 81 54 0 0.39 0.59 0.48 20.77 0.42 0.36
Hex 84 51 36 0 27 3B 30 15 2A 24
Octal 204 121 66 0 47 73 60 25 52 44
Binary 10000100 1010001 110110 0 100111 111011 110000 10101 101010 100100

Color Harmonies of #845136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845136

Black with #845136

Text Example


Text Example

White with #845136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845136; }

 p { color: rgb(132,81,54); }

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

background-color css

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

 a { background-color: rgb(132,81,54); }

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

border-color css

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

 span { border-color: rgb(132,81,54); }

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