Html Css Color HEX #825035 Cigar

📋 copy color: '#825035'

red 130 ◦ green 80 ◦ blue 53

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

Shades of Cigar #825035

Tints of Cigar #825035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 49.43%
G = 30.42%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#825035 (or 0x825035) is known color: Cigar. HEX triplet: 82, 50 and 35. RGB value is (130,80,53). Sum of RGB (Red+Green+Blue) = 130+80+53=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #825035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825035 is #7DAFCA. Grayscale: #5C5C5C. Windows color (decimal): -8237003 or 3494018. OLE color: 3494018.

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

Color convert

RGB 130 80 53 -
CMYK 0 0.38 0.59 0.49
HSL 21.04º 0.42% 0.36% -
HSV(B) 21.04º 0.59% 0.51% -
XYZ 12.72 10.74 4.77 -
YUV 91.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 130 80 53 0 0.38 0.59 0.49 21.04 0.42 0.36
Hex 82 50 35 0 26 3B 31 15 2A 24
Octal 202 120 65 0 46 73 61 25 52 44
Binary 10000010 1010000 110101 0 100110 111011 110001 10101 101010 100100

Color Harmonies of #825035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825035

Black with #825035

Text Example


Text Example

White with #825035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825035; }

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

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

background-color css

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

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

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

border-color css

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

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

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