Html Css Color HEX #814C34 Cigar

📋 copy color: '#814C34'

red 129 ◦ green 76 ◦ blue 52

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

Shades of Cigar #814C34

Tints of Cigar #814C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 50.19%
G = 29.57%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#814C34 (or 0x814C34) is known color: Cigar. HEX triplet: 81, 4C and 34. RGB value is (129,76,52). Sum of RGB (Red+Green+Blue) = 129+76+52=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C34 is #7EB3CB. Grayscale: #595959. Windows color (decimal): -8303564 or 3427457. OLE color: 3427457.

HSL color Cylindrical-coordinate representation of color #814C34: hue angle of 18.7º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814C34 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 52 -
CMYK 0 0.41 0.60 0.49
HSL 18.7º 0.43% 0.35% -
HSV(B) 18.7º 0.6% 0.51% -
XYZ 12.26 10.08 4.55 -
YUV 89.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 129 76 52 0 0.41 0.60 0.49 18.7 0.43 0.35
Hex 81 4C 34 0 29 3C 31 13 2B 23
Octal 201 114 64 0 51 74 61 23 53 43
Binary 10000001 1001100 110100 0 101001 111100 110001 10011 101011 100011

Color Harmonies of #814C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C34

Black with #814C34

Text Example


Text Example

White with #814C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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