Html Css Color HEX #845338 Cigar

📋 copy color: '#845338'

red 132 ◦ green 83 ◦ blue 56

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

Shades of Cigar #845338

Tints of Cigar #845338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 48.71%
G = 30.63%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#845338 (or 0x845338) is known color: Cigar. HEX triplet: 84, 53 and 38. RGB value is (132,83,56). Sum of RGB (Red+Green+Blue) = 132+83+56=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845338 is #7BACC7. Grayscale: #5E5E5E. Windows color (decimal): -8105160 or 3691396. OLE color: 3691396.

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

Color convert

RGB 132 83 56 -
CMYK 0 0.37 0.58 0.48
HSL 21.32º 0.4% 0.37% -
HSV(B) 21.32º 0.58% 0.52% -
XYZ 13.32 11.38 5.24 -
YUV 94.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 132 83 56 0 0.37 0.58 0.48 21.32 0.4 0.37
Hex 84 53 38 0 25 3A 30 15 28 25
Octal 204 123 70 0 45 72 60 25 50 45
Binary 10000100 1010011 111000 0 100101 111010 110000 10101 101000 100101

Color Harmonies of #845338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845338

Black with #845338

Text Example


Text Example

White with #845338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845338; }

 p { color: rgb(132,83,56); }

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

background-color css

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

 a { background-color: rgb(132,83,56); }

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

border-color css

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

 span { border-color: rgb(132,83,56); }

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