Html Css Color HEX #82492E Korma

📋 copy color: '#82492E'

red 130 ◦ green 73 ◦ blue 46

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

Shades of Korma #82492E

Tints of Korma #82492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 52.21%
G = 29.32%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82492E (or 0x82492E) is known color: Korma. HEX triplet: 82, 49 and 2E. RGB value is (130,73,46). Sum of RGB (Red+Green+Blue) = 130+73+46=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #82492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82492E is #7DB6D1. Grayscale: #575757. Windows color (decimal): -8238802 or 3033474. OLE color: 3033474.

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

Color convert

RGB 130 73 46 -
CMYK 0 0.44 0.65 0.49
HSL 19.29º 0.48% 0.35% -
HSV(B) 19.29º 0.65% 0.51% -
XYZ 12.08 9.71 3.82 -
YUV 86.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 130 73 46 0 0.44 0.65 0.49 19.29 0.48 0.35
Hex 82 49 2E 0 2C 41 31 13 30 23
Octal 202 111 56 0 54 101 61 23 60 43
Binary 10000010 1001001 101110 0 101100 1000001 110001 10011 110000 100011

Color Harmonies of #82492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82492E

Black with #82492E

Text Example


Text Example

White with #82492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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