Html Css Color HEX #845237 Cigar

📋 copy color: '#845237'

red 132 ◦ green 82 ◦ blue 55

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

Shades of Cigar #845237

Tints of Cigar #845237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 49.07%
G = 30.48%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#845237 (or 0x845237) is known color: Cigar. HEX triplet: 84, 52 and 37. RGB value is (132,82,55). Sum of RGB (Red+Green+Blue) = 132+82+55=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #845237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845237 is #7BADC8. Grayscale: #5E5E5E. Windows color (decimal): -8105417 or 3625604. OLE color: 3625604.

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

Color convert

RGB 132 82 55 -
CMYK 0 0.38 0.58 0.48
HSL 21.04º 0.41% 0.37% -
HSV(B) 21.04º 0.58% 0.52% -
XYZ 13.22 11.22 5.08 -
YUV 93.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 132 82 55 0 0.38 0.58 0.48 21.04 0.41 0.37
Hex 84 52 37 0 26 3A 30 15 29 25
Octal 204 122 67 0 46 72 60 25 51 45
Binary 10000100 1010010 110111 0 100110 111010 110000 10101 101001 100101

Color Harmonies of #845237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845237

Black with #845237

Text Example


Text Example

White with #845237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845237; }

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

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

background-color css

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

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

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

border-color css

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

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

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