Html Css Color HEX #82533A Cigar

📋 copy color: '#82533A'

red 130 ◦ green 83 ◦ blue 58

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

Shades of Cigar #82533A

Tints of Cigar #82533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 47.97%
G = 30.63%
B = 21.4%

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

#82533A (or 0x82533A) is known color: Cigar. HEX triplet: 82, 53 and 3A. RGB value is (130,83,58). Sum of RGB (Red+Green+Blue) = 130+83+58=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82533A is #7DACC5. Grayscale: #5E5E5E. Windows color (decimal): -8236230 or 3822466. OLE color: 3822466.

HSL color Cylindrical-coordinate representation of color #82533A: hue angle of 20.83º 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 #82533A is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 58 -
CMYK 0 0.36 0.55 0.49
HSL 20.83º 0.38% 0.37% -
HSV(B) 20.83º 0.55% 0.51% -
XYZ 13.06 11.24 5.48 -
YUV 94.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 130 83 58 0 0.36 0.55 0.49 20.83 0.38 0.37
Hex 82 53 3A 0 24 37 31 15 26 25
Octal 202 123 72 0 44 67 61 25 46 45
Binary 10000010 1010011 111010 0 100100 110111 110001 10101 100110 100101

Color Harmonies of #82533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82533A

Black with #82533A

Text Example


Text Example

White with #82533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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