Html Css Color HEX #805438 Cigar

📋 copy color: '#805438'

red 128 ◦ green 84 ◦ blue 56

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

Shades of Cigar #805438

Tints of Cigar #805438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 47.76%
G = 31.34%
B = 20.9%

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

#805438 (or 0x805438) is known color: Cigar. HEX triplet: 80, 54 and 38. RGB value is (128,84,56). Sum of RGB (Red+Green+Blue) = 128+84+56=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #805438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805438 is #7FABC7. Grayscale: #5E5E5E. Windows color (decimal): -8367048 or 3691648. OLE color: 3691648.

HSL color Cylindrical-coordinate representation of color #805438: hue angle of 23.33º 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 #805438 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 84 56 -
CMYK 0 0.34 0.56 0.50
HSL 23.33º 0.39% 0.36% -
HSV(B) 23.33º 0.56% 0.5% -
XYZ 12.79 11.22 5.23 -
YUV 93.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 128 84 56 0 0.34 0.56 0.50 23.33 0.39 0.36
Hex 80 54 38 0 22 38 32 17 27 24
Octal 200 124 70 0 42 70 62 27 47 44
Binary 10000000 1010100 111000 0 100010 111000 110010 10111 100111 100100

Color Harmonies of #805438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805438

Black with #805438

Text Example


Text Example

White with #805438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805438; }

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

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

background-color css

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

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

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

border-color css

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

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

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