Html Css Color HEX #814E3B Cigar

📋 copy color: '#814E3B'

red 129 ◦ green 78 ◦ blue 59

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

Shades of Cigar #814E3B

Tints of Cigar #814E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 48.5%
G = 29.32%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#814E3B (or 0x814E3B) is known color: Cigar. HEX triplet: 81, 4E and 3B. RGB value is (129,78,59). Sum of RGB (Red+Green+Blue) = 129+78+59=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #814E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E3B is #7EB1C4. Grayscale: #5B5B5B. Windows color (decimal): -8303045 or 3886721. OLE color: 3886721.

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

Color convert

RGB 129 78 59 -
CMYK 0 0.40 0.54 0.49
HSL 16.29º 0.37% 0.37% -
HSV(B) 16.29º 0.54% 0.51% -
XYZ 12.57 10.43 5.49 -
YUV 91.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 129 78 59 0 0.40 0.54 0.49 16.29 0.37 0.37
Hex 81 4E 3B 0 28 36 31 10 25 25
Octal 201 116 73 0 50 66 61 20 45 45
Binary 10000001 1001110 111011 0 101000 110110 110001 10000 100101 100101

Color Harmonies of #814E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E3B

Black with #814E3B

Text Example


Text Example

White with #814E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,78,59); }

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

background-color css

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

 a { background-color: rgb(129,78,59); }

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

border-color css

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

 span { border-color: rgb(129,78,59); }

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