Html Css Color HEX #824E36 Cigar

📋 copy color: '#824E36'

red 130 ◦ green 78 ◦ blue 54

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

Shades of Cigar #824E36

Tints of Cigar #824E36

RGB

 RED value IS 130 (51.17% from 255) = 49.62%

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

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 49.62%
G = 29.77%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#824E36 (or 0x824E36) is known color: Cigar. HEX triplet: 82, 4E and 36. RGB value is (130,78,54). Sum of RGB (Red+Green+Blue) = 130+78+54=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #824E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E36 is #7DB1C9. Grayscale: #5A5A5A. Windows color (decimal): -8237514 or 3559042. OLE color: 3559042.

HSL color Cylindrical-coordinate representation of color #824E36: hue angle of 18.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824E36 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 54 -
CMYK 0 0.40 0.58 0.49
HSL 18.95º 0.41% 0.36% -
HSV(B) 18.95º 0.58% 0.51% -
XYZ 12.6 10.46 4.85 -
YUV 90.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 130 78 54 0 0.40 0.58 0.49 18.95 0.41 0.36
Hex 82 4E 36 0 28 3A 31 13 29 24
Octal 202 116 66 0 50 72 61 23 51 44
Binary 10000010 1001110 110110 0 101000 111010 110001 10011 101001 100100

Color Harmonies of #824E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E36

Black with #824E36

Text Example


Text Example

White with #824E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E36; }

 p { color: rgb(130,78,54); }

 H1.HeaderClassName
 {
   color: #824E36;
 }
 .AnyTagClassName
 {
   color: #824E36;
 }
</style>

background-color css

<style>
 a { background-color: #824E36; }

 a { background-color: rgb(130,78,54); }

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

border-color css

<style>
 span { border-color: #824E36; }

 span { border-color: rgb(130,78,54); }

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