Html Css Color HEX #825338 Cigar

📋 copy color: '#825338'

red 130 ◦ green 83 ◦ blue 56

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

Shades of Cigar #825338

Tints of Cigar #825338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 48.33%
G = 30.86%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#825338 (or 0x825338) is known color: Cigar. HEX triplet: 82, 53 and 38. RGB value is (130,83,56). Sum of RGB (Red+Green+Blue) = 130+83+56=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825338 is #7DACC7. Grayscale: #5E5E5E. Windows color (decimal): -8236232 or 3691394. OLE color: 3691394.

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

Color convert

RGB 130 83 56 -
CMYK 0 0.36 0.57 0.49
HSL 21.89º 0.4% 0.36% -
HSV(B) 21.89º 0.57% 0.51% -
XYZ 13.01 11.22 5.22 -
YUV 93.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 130 83 56 0 0.36 0.57 0.49 21.89 0.4 0.36
Hex 82 53 38 0 24 39 31 16 28 24
Octal 202 123 70 0 44 71 61 26 50 44
Binary 10000010 1010011 111000 0 100100 111001 110001 10110 101000 100100

Color Harmonies of #825338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825338

Black with #825338

Text Example


Text Example

White with #825338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825338; }

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

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

background-color css

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

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

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

border-color css

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

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

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