Html Css Color HEX #825131 Korma

📋 copy color: '#825131'

red 130 ◦ green 81 ◦ blue 49

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

Shades of Korma #825131

Tints of Korma #825131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 50%
G = 31.15%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#825131 (or 0x825131) is known color: Korma. HEX triplet: 82, 51 and 31. RGB value is (130,81,49). Sum of RGB (Red+Green+Blue) = 130+81+49=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825131 is #7DAECE. Grayscale: #5C5C5C. Windows color (decimal): -8236751 or 3232130. OLE color: 3232130.

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

Color convert

RGB 130 81 49 -
CMYK 0 0.38 0.62 0.49
HSL 23.7º 0.45% 0.35% -
HSV(B) 23.7º 0.62% 0.51% -
XYZ 12.7 10.85 4.33 -
YUV 92 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 130 81 49 0 0.38 0.62 0.49 23.7 0.45 0.35
Hex 82 51 31 0 26 3E 31 18 2D 23
Octal 202 121 61 0 46 76 61 30 55 43
Binary 10000010 1010001 110001 0 100110 111110 110001 11000 101101 100011

Color Harmonies of #825131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825131

Black with #825131

Text Example


Text Example

White with #825131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825131; }

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

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

background-color css

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

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

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

border-color css

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

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

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