Html Css Color HEX #82542C Korma

📋 copy color: '#82542C'

red 130 ◦ green 84 ◦ blue 44

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

Shades of Korma #82542C

Tints of Korma #82542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.56%

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

R = 50.39%
G = 32.56%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82542C (or 0x82542C) is known color: Korma. HEX triplet: 82, 54 and 2C. RGB value is (130,84,44). Sum of RGB (Red+Green+Blue) = 130+84+44=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82542C is #7DABD3. Grayscale: #5D5D5D. Windows color (decimal): -8235988 or 2905218. OLE color: 2905218.

HSL color Cylindrical-coordinate representation of color #82542C: hue angle of 27.91º 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 #82542C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 44 -
CMYK 0 0.35 0.66 0.49
HSL 27.91º 0.49% 0.34% -
HSV(B) 27.91º 0.66% 0.51% -
XYZ 12.83 11.27 3.88 -
YUV 93.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 130 84 44 0 0.35 0.66 0.49 27.91 0.49 0.34
Hex 82 54 2C 0 23 42 31 1C 31 22
Octal 202 124 54 0 43 102 61 34 61 42
Binary 10000010 1010100 101100 0 100011 1000010 110001 11100 110001 100010

Color Harmonies of #82542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82542C

Black with #82542C

Text Example


Text Example

White with #82542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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