Html Css Color HEX #825235 Cigar

📋 copy color: '#825235'

red 130 ◦ green 82 ◦ blue 53

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

Shades of Cigar #825235

Tints of Cigar #825235

RGB

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

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

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

R = 49.06%
G = 30.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#825235 (or 0x825235) is known color: Cigar. HEX triplet: 82, 52 and 35. RGB value is (130,82,53). Sum of RGB (Red+Green+Blue) = 130+82+53=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #825235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825235 is #7DADCA. Grayscale: #5D5D5D. Windows color (decimal): -8236491 or 3494530. OLE color: 3494530.

HSL color Cylindrical-coordinate representation of color #825235: hue angle of 22.6º 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 #825235 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 53 -
CMYK 0 0.37 0.59 0.49
HSL 22.6º 0.42% 0.36% -
HSV(B) 22.6º 0.59% 0.51% -
XYZ 12.87 11.04 4.82 -
YUV 93.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 130 82 53 0 0.37 0.59 0.49 22.6 0.42 0.36
Hex 82 52 35 0 25 3B 31 17 2A 24
Octal 202 122 65 0 45 73 61 27 52 44
Binary 10000010 1010010 110101 0 100101 111011 110001 10111 101010 100100

Color Harmonies of #825235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825235

Black with #825235

Text Example


Text Example

White with #825235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825235; }

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

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

background-color css

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

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

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

border-color css

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

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

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