Html Css Color HEX #82522D Korma

📋 copy color: '#82522D'

red 130 ◦ green 82 ◦ blue 45

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

Shades of Korma #82522D

Tints of Korma #82522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 50.58%
G = 31.91%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82522D (or 0x82522D) is known color: Korma. HEX triplet: 82, 52 and 2D. RGB value is (130,82,45). Sum of RGB (Red+Green+Blue) = 130+82+45=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82522D is #7DADD2. Grayscale: #5C5C5C. Windows color (decimal): -8236499 or 2970242. OLE color: 2970242.

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

Color convert

RGB 130 82 45 -
CMYK 0 0.37 0.65 0.49
HSL 26.12º 0.49% 0.34% -
HSV(B) 26.12º 0.65% 0.51% -
XYZ 12.7 10.97 3.93 -
YUV 92.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 130 82 45 0 0.37 0.65 0.49 26.12 0.49 0.34
Hex 82 52 2D 0 25 41 31 1A 31 22
Octal 202 122 55 0 45 101 61 32 61 42
Binary 10000010 1010010 101101 0 100101 1000001 110001 11010 110001 100010

Color Harmonies of #82522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82522D

Black with #82522D

Text Example


Text Example

White with #82522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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