Html Css Color HEX #845135 Cigar

📋 copy color: '#845135'

red 132 ◦ green 81 ◦ blue 53

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

Shades of Cigar #845135

Tints of Cigar #845135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 49.62%
G = 30.45%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#845135 (or 0x845135) is known color: Cigar. HEX triplet: 84, 51 and 35. RGB value is (132,81,53). Sum of RGB (Red+Green+Blue) = 132+81+53=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #845135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845135 is #7BAECA. Grayscale: #5D5D5D. Windows color (decimal): -8105675 or 3494276. OLE color: 3494276.

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

Color convert

RGB 132 81 53 -
CMYK 0 0.39 0.60 0.48
HSL 21.27º 0.43% 0.36% -
HSV(B) 21.27º 0.6% 0.52% -
XYZ 13.1 11.05 4.81 -
YUV 93.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 132 81 53 0 0.39 0.60 0.48 21.27 0.43 0.36
Hex 84 51 35 0 27 3C 30 15 2B 24
Octal 204 121 65 0 47 74 60 25 53 44
Binary 10000100 1010001 110101 0 100111 111100 110000 10101 101011 100100

Color Harmonies of #845135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845135

Black with #845135

Text Example


Text Example

White with #845135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845135; }

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

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

background-color css

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

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

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

border-color css

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

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

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