Html Css Color HEX #814C37 Cigar

📋 copy color: '#814C37'

red 129 ◦ green 76 ◦ blue 55

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

Shades of Cigar #814C37

Tints of Cigar #814C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 55 (21.88% from 255) = 21.15%

R = 49.62%
G = 29.23%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814C37 (or 0x814C37) is known color: Cigar. HEX triplet: 81, 4C and 37. RGB value is (129,76,55). Sum of RGB (Red+Green+Blue) = 129+76+55=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #814C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C37 is #7EB3C8. Grayscale: #595959. Windows color (decimal): -8303561 or 3624065. OLE color: 3624065.

HSL color Cylindrical-coordinate representation of color #814C37: hue angle of 17.03º degrees, saturation: 0.4, 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 #814C37 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 55 -
CMYK 0 0.41 0.57 0.49
HSL 17.03º 0.4% 0.36% -
HSV(B) 17.03º 0.57% 0.51% -
XYZ 12.33 10.11 4.92 -
YUV 89.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 129 76 55 0 0.41 0.57 0.49 17.03 0.4 0.36
Hex 81 4C 37 0 29 39 31 11 28 24
Octal 201 114 67 0 51 71 61 21 50 44
Binary 10000001 1001100 110111 0 101001 111001 110001 10001 101000 100100

Color Harmonies of #814C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C37

Black with #814C37

Text Example


Text Example

White with #814C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814C37; }

 p { color: rgb(129,76,55); }

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

background-color css

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

 a { background-color: rgb(129,76,55); }

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

border-color css

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

 span { border-color: rgb(129,76,55); }

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