Html Css Color HEX #82512E Korma

📋 copy color: '#82512E'

red 130 ◦ green 81 ◦ blue 46

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

Shades of Korma #82512E

Tints of Korma #82512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

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

R = 50.58%
G = 31.52%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82512E (or 0x82512E) is known color: Korma. HEX triplet: 82, 51 and 2E. RGB value is (130,81,46). Sum of RGB (Red+Green+Blue) = 130+81+46=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82512E is #7DAED1. Grayscale: #5B5B5B. Windows color (decimal): -8236754 or 3035522. OLE color: 3035522.

HSL color Cylindrical-coordinate representation of color #82512E: hue angle of 25º 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 #82512E is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 46 -
CMYK 0 0.38 0.65 0.49
HSL 25º 0.48% 0.35% -
HSV(B) 25º 0.65% 0.51% -
XYZ 12.64 10.83 4.01 -
YUV 91.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 130 81 46 0 0.38 0.65 0.49 25 0.48 0.35
Hex 82 51 2E 0 26 41 31 19 30 23
Octal 202 121 56 0 46 101 61 31 60 43
Binary 10000010 1010001 101110 0 100110 1000001 110001 11001 110000 100011

Color Harmonies of #82512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82512E

Black with #82512E

Text Example


Text Example

White with #82512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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