Html Css Color HEX #82503A Cigar

📋 copy color: '#82503A'

red 130 ◦ green 80 ◦ blue 58

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

Shades of Cigar #82503A

Tints of Cigar #82503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 48.51%
G = 29.85%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82503A (or 0x82503A) is known color: Cigar. HEX triplet: 82, 50 and 3A. RGB value is (130,80,58). Sum of RGB (Red+Green+Blue) = 130+80+58=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #82503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82503A is #7DAFC5. Grayscale: #5C5C5C. Windows color (decimal): -8236998 or 3821698. OLE color: 3821698.

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

Color convert

RGB 130 80 58 -
CMYK 0 0.38 0.55 0.49
HSL 18.33º 0.38% 0.37% -
HSV(B) 18.33º 0.55% 0.51% -
XYZ 12.84 10.79 5.41 -
YUV 92.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 130 80 58 0 0.38 0.55 0.49 18.33 0.38 0.37
Hex 82 50 3A 0 26 37 31 12 26 25
Octal 202 120 72 0 46 67 61 22 46 45
Binary 10000010 1010000 111010 0 100110 110111 110001 10010 100110 100101

Color Harmonies of #82503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82503A

Black with #82503A

Text Example


Text Example

White with #82503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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