Html Css Color HEX #824E37 Cigar

📋 copy color: '#824E37'

red 130 ◦ green 78 ◦ blue 55

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

Shades of Cigar #824E37

Tints of Cigar #824E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 49.43%
G = 29.66%
B = 20.91%

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

#824E37 (or 0x824E37) is known color: Cigar. HEX triplet: 82, 4E and 37. RGB value is (130,78,55). Sum of RGB (Red+Green+Blue) = 130+78+55=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E37 is #7DB1C8. Grayscale: #5B5B5B. Windows color (decimal): -8237513 or 3624578. OLE color: 3624578.

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

Color convert

RGB 130 78 55 -
CMYK 0 0.40 0.58 0.49
HSL 18.4º 0.41% 0.36% -
HSV(B) 18.4º 0.58% 0.51% -
XYZ 12.62 10.47 4.97 -
YUV 90.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 130 78 55 0 0.40 0.58 0.49 18.4 0.41 0.36
Hex 82 4E 37 0 28 3A 31 12 29 24
Octal 202 116 67 0 50 72 61 22 51 44
Binary 10000010 1001110 110111 0 101000 111010 110001 10010 101001 100100

Color Harmonies of #824E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E37

Black with #824E37

Text Example


Text Example

White with #824E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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