Html Css Color HEX #825536 Cigar

📋 copy color: '#825536'

red 130 ◦ green 85 ◦ blue 54

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

Shades of Cigar #825536

Tints of Cigar #825536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 48.33%
G = 31.6%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#825536 (or 0x825536) is known color: Cigar. HEX triplet: 82, 55 and 36. RGB value is (130,85,54). Sum of RGB (Red+Green+Blue) = 130+85+54=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825536 is #7DAAC9. Grayscale: #5F5F5F. Windows color (decimal): -8235722 or 3560834. OLE color: 3560834.

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

Color convert

RGB 130 85 54 -
CMYK 0 0.35 0.58 0.49
HSL 24.47º 0.41% 0.36% -
HSV(B) 24.47º 0.58% 0.51% -
XYZ 13.12 11.51 5.02 -
YUV 94.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 130 85 54 0 0.35 0.58 0.49 24.47 0.41 0.36
Hex 82 55 36 0 23 3A 31 18 29 24
Octal 202 125 66 0 43 72 61 30 51 44
Binary 10000010 1010101 110110 0 100011 111010 110001 11000 101001 100100

Color Harmonies of #825536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825536

Black with #825536

Text Example


Text Example

White with #825536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825536; }

 p { color: rgb(130,85,54); }

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

background-color css

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

 a { background-color: rgb(130,85,54); }

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

border-color css

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

 span { border-color: rgb(130,85,54); }

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