Html Css Color HEX #825238 Cigar

📋 copy color: '#825238'

red 130 ◦ green 82 ◦ blue 56

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

Shades of Cigar #825238

Tints of Cigar #825238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 48.51%
G = 30.6%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#825238 (or 0x825238) is known color: Cigar. HEX triplet: 82, 52 and 38. RGB value is (130,82,56). Sum of RGB (Red+Green+Blue) = 130+82+56=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825238 is #7DADC7. Grayscale: #5D5D5D. Windows color (decimal): -8236488 or 3691138. OLE color: 3691138.

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

Color convert

RGB 130 82 56 -
CMYK 0 0.37 0.57 0.49
HSL 21.08º 0.4% 0.36% -
HSV(B) 21.08º 0.57% 0.51% -
XYZ 12.94 11.07 5.2 -
YUV 93.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 130 82 56 0 0.37 0.57 0.49 21.08 0.4 0.36
Hex 82 52 38 0 25 39 31 15 28 24
Octal 202 122 70 0 45 71 61 25 50 44
Binary 10000010 1010010 111000 0 100101 111001 110001 10101 101000 100100

Color Harmonies of #825238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825238

Black with #825238

Text Example


Text Example

White with #825238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825238; }

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

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

background-color css

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

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

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

border-color css

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

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

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