Html Css Color HEX #82523D Cigar

📋 copy color: '#82523D'

red 130 ◦ green 82 ◦ blue 61

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

Shades of Cigar #82523D

Tints of Cigar #82523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 47.62%
G = 30.04%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82523D (or 0x82523D) is known color: Cigar. HEX triplet: 82, 52 and 3D. RGB value is (130,82,61). Sum of RGB (Red+Green+Blue) = 130+82+61=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82523D is #7DADC2. Grayscale: #5E5E5E. Windows color (decimal): -8236483 or 4018818. OLE color: 4018818.

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

Color convert

RGB 130 82 61 -
CMYK 0 0.37 0.53 0.49
HSL 18.26º 0.36% 0.37% -
HSV(B) 18.26º 0.53% 0.51% -
XYZ 13.07 11.12 5.87 -
YUV 93.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 130 82 61 0 0.37 0.53 0.49 18.26 0.36 0.37
Hex 82 52 3D 0 25 35 31 12 24 25
Octal 202 122 75 0 45 65 61 22 44 45
Binary 10000010 1010010 111101 0 100101 110101 110001 10010 100100 100101

Color Harmonies of #82523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82523D

Black with #82523D

Text Example


Text Example

White with #82523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82523D; }

 p { color: rgb(130,82,61); }

 H1.HeaderClassName
 {
   color: #82523D;
 }
 .AnyTagClassName
 {
   color: #82523D;
 }
</style>

background-color css

<style>
 a { background-color: #82523D; }

 a { background-color: rgb(130,82,61); }

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

border-color css

<style>
 span { border-color: #82523D; }

 span { border-color: rgb(130,82,61); }

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