Html Css Color HEX #815138 Cigar

📋 copy color: '#815138'

red 129 ◦ green 81 ◦ blue 56

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

Shades of Cigar #815138

Tints of Cigar #815138

RGB

 RED value IS 129 (50.78% from 255) = 48.5%

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

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

R = 48.5%
G = 30.45%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#815138 (or 0x815138) is known color: Cigar. HEX triplet: 81, 51 and 38. RGB value is (129,81,56). Sum of RGB (Red+Green+Blue) = 129+81+56=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #815138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815138 is #7EAEC7. Grayscale: #5C5C5C. Windows color (decimal): -8302280 or 3690881. OLE color: 3690881.

HSL color Cylindrical-coordinate representation of color #815138: hue angle of 20.55º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815138 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 81 56 -
CMYK 0 0.37 0.57 0.49
HSL 20.55º 0.39% 0.36% -
HSV(B) 20.55º 0.57% 0.51% -
XYZ 12.71 10.84 5.16 -
YUV 92.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 129 81 56 0 0.37 0.57 0.49 20.55 0.39 0.36
Hex 81 51 38 0 25 39 31 15 27 24
Octal 201 121 70 0 45 71 61 25 47 44
Binary 10000001 1010001 111000 0 100101 111001 110001 10101 100111 100100

Color Harmonies of #815138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815138

Black with #815138

Text Example


Text Example

White with #815138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815138; }

 p { color: rgb(129,81,56); }

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

background-color css

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

 a { background-color: rgb(129,81,56); }

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

border-color css

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

 span { border-color: rgb(129,81,56); }

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