Html Css Color HEX #845037 Cigar

📋 copy color: '#845037'

red 132 ◦ green 80 ◦ blue 55

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

Shades of Cigar #845037

Tints of Cigar #845037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 49.44%
G = 29.96%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#845037 (or 0x845037) is known color: Cigar. HEX triplet: 84, 50 and 37. RGB value is (132,80,55). Sum of RGB (Red+Green+Blue) = 132+80+55=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #845037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845037 is #7BAFC8. Grayscale: #5C5C5C. Windows color (decimal): -8105929 or 3625092. OLE color: 3625092.

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

Color convert

RGB 132 80 55 -
CMYK 0 0.39 0.58 0.48
HSL 19.48º 0.41% 0.37% -
HSV(B) 19.48º 0.58% 0.52% -
XYZ 13.07 10.92 5.03 -
YUV 92.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 132 80 55 0 0.39 0.58 0.48 19.48 0.41 0.37
Hex 84 50 37 0 27 3A 30 13 29 25
Octal 204 120 67 0 47 72 60 23 51 45
Binary 10000100 1010000 110111 0 100111 111010 110000 10011 101001 100101

Color Harmonies of #845037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845037

Black with #845037

Text Example


Text Example

White with #845037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845037; }

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

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

background-color css

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

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

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

border-color css

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

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

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