Html Css Color HEX #814C32 Cigar

📋 copy color: '#814C32'

red 129 ◦ green 76 ◦ blue 50

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

Shades of Cigar #814C32

Tints of Cigar #814C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 50.59%
G = 29.8%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#814C32 (or 0x814C32) is known color: Cigar. HEX triplet: 81, 4C and 32. RGB value is (129,76,50). Sum of RGB (Red+Green+Blue) = 129+76+50=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #814C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C32 is #7EB3CD. Grayscale: #595959. Windows color (decimal): -8303566 or 3296385. OLE color: 3296385.

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

Color convert

RGB 129 76 50 -
CMYK 0 0.41 0.61 0.49
HSL 19.75º 0.44% 0.35% -
HSV(B) 19.75º 0.61% 0.51% -
XYZ 12.21 10.07 4.32 -
YUV 88.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 129 76 50 0 0.41 0.61 0.49 19.75 0.44 0.35
Hex 81 4C 32 0 29 3D 31 14 2C 23
Octal 201 114 62 0 51 75 61 24 54 43
Binary 10000001 1001100 110010 0 101001 111101 110001 10100 101100 100011

Color Harmonies of #814C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C32

Black with #814C32

Text Example


Text Example

White with #814C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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