Html Css Color HEX #82542B Korma

📋 copy color: '#82542B'

red 130 ◦ green 84 ◦ blue 43

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

Shades of Korma #82542B

Tints of Korma #82542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 50.58%
G = 32.68%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82542B (or 0x82542B) is known color: Korma. HEX triplet: 82, 54 and 2B. RGB value is (130,84,43). Sum of RGB (Red+Green+Blue) = 130+84+43=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82542B is #7DABD4. Grayscale: #5D5D5D. Windows color (decimal): -8235989 or 2839682. OLE color: 2839682.

HSL color Cylindrical-coordinate representation of color #82542B: hue angle of 28.28º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82542B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 43 -
CMYK 0 0.35 0.67 0.49
HSL 28.28º 0.5% 0.34% -
HSV(B) 28.28º 0.67% 0.51% -
XYZ 12.81 11.26 3.78 -
YUV 93.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 130 84 43 0 0.35 0.67 0.49 28.28 0.5 0.34
Hex 82 54 2B 0 23 43 31 1C 32 22
Octal 202 124 53 0 43 103 61 34 62 42
Binary 10000010 1010100 101011 0 100011 1000011 110001 11100 110010 100010

Color Harmonies of #82542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82542B

Black with #82542B

Text Example


Text Example

White with #82542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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