Html Css Color HEX #814E38 Cigar

📋 copy color: '#814E38'

red 129 ◦ green 78 ◦ blue 56

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

Shades of Cigar #814E38

Tints of Cigar #814E38

RGB

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

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

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

R = 49.05%
G = 29.66%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#814E38 (or 0x814E38) is known color: Cigar. HEX triplet: 81, 4E and 38. RGB value is (129,78,56). Sum of RGB (Red+Green+Blue) = 129+78+56=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #814E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E38 is #7EB1C7. Grayscale: #5A5A5A. Windows color (decimal): -8303048 or 3690113. OLE color: 3690113.

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

Color convert

RGB 129 78 56 -
CMYK 0 0.40 0.57 0.49
HSL 18.08º 0.39% 0.36% -
HSV(B) 18.08º 0.57% 0.51% -
XYZ 12.49 10.4 5.09 -
YUV 90.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 129 78 56 0 0.40 0.57 0.49 18.08 0.39 0.36
Hex 81 4E 38 0 28 39 31 12 27 24
Octal 201 116 70 0 50 71 61 22 47 44
Binary 10000001 1001110 111000 0 101000 111001 110001 10010 100111 100100

Color Harmonies of #814E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E38

Black with #814E38

Text Example


Text Example

White with #814E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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