Html Css Color HEX #805538 Cigar

📋 copy color: '#805538'

red 128 ◦ green 85 ◦ blue 56

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

Shades of Cigar #805538

Tints of Cigar #805538

RGB

 RED value IS 128 (50.39% from 255) = 47.58%

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 47.58%
G = 31.6%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#805538 (or 0x805538) is known color: Cigar. HEX triplet: 80, 55 and 38. RGB value is (128,85,56). Sum of RGB (Red+Green+Blue) = 128+85+56=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #805538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805538 is #7FAAC7. Grayscale: #5E5E5E. Windows color (decimal): -8366792 or 3691904. OLE color: 3691904.

HSL color Cylindrical-coordinate representation of color #805538: hue angle of 24.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805538 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 56 -
CMYK 0 0.34 0.56 0.50
HSL 24.17º 0.39% 0.36% -
HSV(B) 24.17º 0.56% 0.5% -
XYZ 12.86 11.37 5.26 -
YUV 94.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 128 85 56 0 0.34 0.56 0.50 24.17 0.39 0.36
Hex 80 55 38 0 22 38 32 18 27 24
Octal 200 125 70 0 42 70 62 30 47 44
Binary 10000000 1010101 111000 0 100010 111000 110010 11000 100111 100100

Color Harmonies of #805538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805538

Black with #805538

Text Example


Text Example

White with #805538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805538; }

 p { color: rgb(128,85,56); }

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

background-color css

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

 a { background-color: rgb(128,85,56); }

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

border-color css

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

 span { border-color: rgb(128,85,56); }

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