Html Css Color HEX #824F39 Cigar

📋 copy color: '#824F39'

red 130 ◦ green 79 ◦ blue 57

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

Shades of Cigar #824F39

Tints of Cigar #824F39

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 57 (22.66% from 255) = 21.43%

R = 48.87%
G = 29.7%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#824F39 (or 0x824F39) is known color: Cigar. HEX triplet: 82, 4F and 39. RGB value is (130,79,57). Sum of RGB (Red+Green+Blue) = 130+79+57=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F39 is #7DB0C6. Grayscale: #5B5B5B. Windows color (decimal): -8237255 or 3755906. OLE color: 3755906.

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

Color convert

RGB 130 79 57 -
CMYK 0 0.39 0.56 0.49
HSL 18.08º 0.39% 0.37% -
HSV(B) 18.08º 0.56% 0.51% -
XYZ 12.74 10.63 5.25 -
YUV 91.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 130 79 57 0 0.39 0.56 0.49 18.08 0.39 0.37
Hex 82 4F 39 0 27 38 31 12 27 25
Octal 202 117 71 0 47 70 61 22 47 45
Binary 10000010 1001111 111001 0 100111 111000 110001 10010 100111 100101

Color Harmonies of #824F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F39

Black with #824F39

Text Example


Text Example

White with #824F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,79,57); }

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

background-color css

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

 a { background-color: rgb(130,79,57); }

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

border-color css

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

 span { border-color: rgb(130,79,57); }

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