Html Css Color HEX #824F34 Cigar

📋 copy color: '#824F34'

red 130 ◦ green 79 ◦ blue 52

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

Shades of Cigar #824F34

Tints of Cigar #824F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 49.81%
G = 30.27%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#824F34 (or 0x824F34) is known color: Cigar. HEX triplet: 82, 4F and 34. RGB value is (130,79,52). Sum of RGB (Red+Green+Blue) = 130+79+52=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #824F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F34 is #7DB0CB. Grayscale: #5B5B5B. Windows color (decimal): -8237260 or 3428226. OLE color: 3428226.

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

Color convert

RGB 130 79 52 -
CMYK 0 0.39 0.60 0.49
HSL 20.77º 0.43% 0.36% -
HSV(B) 20.77º 0.6% 0.51% -
XYZ 12.62 10.59 4.63 -
YUV 91.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 130 79 52 0 0.39 0.60 0.49 20.77 0.43 0.36
Hex 82 4F 34 0 27 3C 31 15 2B 24
Octal 202 117 64 0 47 74 61 25 53 44
Binary 10000010 1001111 110100 0 100111 111100 110001 10101 101011 100100

Color Harmonies of #824F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F34

Black with #824F34

Text Example


Text Example

White with #824F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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