Html Css Color HEX #825239 Cigar

📋 copy color: '#825239'

red 130 ◦ green 82 ◦ blue 57

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

Shades of Cigar #825239

Tints of Cigar #825239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 48.33%
G = 30.48%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#825239 (or 0x825239) is known color: Cigar. HEX triplet: 82, 52 and 39. RGB value is (130,82,57). Sum of RGB (Red+Green+Blue) = 130+82+57=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825239 is #7DADC6. Grayscale: #5D5D5D. Windows color (decimal): -8236487 or 3756674. OLE color: 3756674.

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

Color convert

RGB 130 82 57 -
CMYK 0 0.37 0.56 0.49
HSL 20.55º 0.39% 0.37% -
HSV(B) 20.55º 0.56% 0.51% -
XYZ 12.96 11.08 5.33 -
YUV 93.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 130 82 57 0 0.37 0.56 0.49 20.55 0.39 0.37
Hex 82 52 39 0 25 38 31 15 27 25
Octal 202 122 71 0 45 70 61 25 47 45
Binary 10000010 1010010 111001 0 100101 111000 110001 10101 100111 100101

Color Harmonies of #825239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825239

Black with #825239

Text Example


Text Example

White with #825239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825239; }

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

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

background-color css

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

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

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

border-color css

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

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

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