Html Css Color HEX #82533B Cigar

📋 copy color: '#82533B'

red 130 ◦ green 83 ◦ blue 59

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

Shades of Cigar #82533B

Tints of Cigar #82533B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 47.79%
G = 30.51%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82533B (or 0x82533B) is known color: Cigar. HEX triplet: 82, 53 and 3B. RGB value is (130,83,59). Sum of RGB (Red+Green+Blue) = 130+83+59=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82533B is #7DACC4. Grayscale: #5E5E5E. Windows color (decimal): -8236229 or 3888002. OLE color: 3888002.

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

Color convert

RGB 130 83 59 -
CMYK 0 0.36 0.55 0.49
HSL 20.28º 0.38% 0.37% -
HSV(B) 20.28º 0.55% 0.51% -
XYZ 13.09 11.25 5.62 -
YUV 94.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 130 83 59 0 0.36 0.55 0.49 20.28 0.38 0.37
Hex 82 53 3B 0 24 37 31 14 26 25
Octal 202 123 73 0 44 67 61 24 46 45
Binary 10000010 1010011 111011 0 100100 110111 110001 10100 100110 100101

Color Harmonies of #82533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82533B

Black with #82533B

Text Example


Text Example

White with #82533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82533B; }

 p { color: rgb(130,83,59); }

 H1.HeaderClassName
 {
   color: #82533B;
 }
 .AnyTagClassName
 {
   color: #82533B;
 }
</style>

background-color css

<style>
 a { background-color: #82533B; }

 a { background-color: rgb(130,83,59); }

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

border-color css

<style>
 span { border-color: #82533B; }

 span { border-color: rgb(130,83,59); }

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