Html Css Color HEX #82482A Korma

📋 copy color: '#82482A'

red 130 ◦ green 72 ◦ blue 42

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

Shades of Korma #82482A

Tints of Korma #82482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.51%

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 53.28%
G = 29.51%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82482A (or 0x82482A) is known color: Korma. HEX triplet: 82, 48 and 2A. RGB value is (130,72,42). Sum of RGB (Red+Green+Blue) = 130+72+42=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82482A is #7DB7D5. Grayscale: #565656. Windows color (decimal): -8239062 or 2771074. OLE color: 2771074.

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

Color convert

RGB 130 72 42 -
CMYK 0 0.45 0.68 0.49
HSL 20.45º 0.51% 0.34% -
HSV(B) 20.45º 0.68% 0.51% -
XYZ 11.94 9.55 3.4 -
YUV 85.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 130 72 42 0 0.45 0.68 0.49 20.45 0.51 0.34
Hex 82 48 2A 0 2D 44 31 14 33 22
Octal 202 110 52 0 55 104 61 24 63 42
Binary 10000010 1001000 101010 0 101101 1000100 110001 10100 110011 100010

Color Harmonies of #82482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82482A

Black with #82482A

Text Example


Text Example

White with #82482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82482A; }

 p { color: rgb(130,72,42); }

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

background-color css

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

 a { background-color: rgb(130,72,42); }

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

border-color css

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

 span { border-color: rgb(130,72,42); }

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