Html Css Color HEX #845036 Cigar

📋 copy color: '#845036'

red 132 ◦ green 80 ◦ blue 54

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

Shades of Cigar #845036

Tints of Cigar #845036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 49.62%
G = 30.08%
B = 20.3%

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

#845036 (or 0x845036) is known color: Cigar. HEX triplet: 84, 50 and 36. RGB value is (132,80,54). Sum of RGB (Red+Green+Blue) = 132+80+54=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #845036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845036 is #7BAFC9. Grayscale: #5C5C5C. Windows color (decimal): -8105930 or 3559556. OLE color: 3559556.

HSL color Cylindrical-coordinate representation of color #845036: hue angle of 20º 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 #845036 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 54 -
CMYK 0 0.39 0.59 0.48
HSL 20º 0.42% 0.36% -
HSV(B) 20º 0.59% 0.52% -
XYZ 13.05 10.91 4.91 -
YUV 92.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 132 80 54 0 0.39 0.59 0.48 20 0.42 0.36
Hex 84 50 36 0 27 3B 30 14 2A 24
Octal 204 120 66 0 47 73 60 24 52 44
Binary 10000100 1010000 110110 0 100111 111011 110000 10100 101010 100100

Color Harmonies of #845036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845036

Black with #845036

Text Example


Text Example

White with #845036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845036; }

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

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

background-color css

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

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

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

border-color css

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

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

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