Html Css Color HEX #82492C Korma

📋 copy color: '#82492C'

red 130 ◦ green 73 ◦ blue 44

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

Shades of Korma #82492C

Tints of Korma #82492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 52.63%
G = 29.55%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82492C (or 0x82492C) is known color: Korma. HEX triplet: 82, 49 and 2C. RGB value is (130,73,44). Sum of RGB (Red+Green+Blue) = 130+73+44=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82492C is #7DB6D3. Grayscale: #565656. Windows color (decimal): -8238804 or 2902402. OLE color: 2902402.

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

Color convert

RGB 130 73 44 -
CMYK 0 0.44 0.66 0.49
HSL 20.23º 0.49% 0.34% -
HSV(B) 20.23º 0.66% 0.51% -
XYZ 12.04 9.69 3.62 -
YUV 86.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 130 73 44 0 0.44 0.66 0.49 20.23 0.49 0.34
Hex 82 49 2C 0 2C 42 31 14 31 22
Octal 202 111 54 0 54 102 61 24 61 42
Binary 10000010 1001001 101100 0 101100 1000010 110001 10100 110001 100010

Color Harmonies of #82492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82492C

Black with #82492C

Text Example


Text Example

White with #82492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82492C; }

 p { color: rgb(130,73,44); }

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

background-color css

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

 a { background-color: rgb(130,73,44); }

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

border-color css

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

 span { border-color: rgb(130,73,44); }

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