Html Css Color HEX #815126 Korma

📋 copy color: '#815126'

red 129 ◦ green 81 ◦ blue 38

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

Shades of Korma #815126

Tints of Korma #815126

RGB

 RED value IS 129 (50.78% from 255) = 52.02%

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 52.02%
G = 32.66%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#815126 (or 0x815126) is known color: Korma. HEX triplet: 81, 51 and 26. RGB value is (129,81,38). Sum of RGB (Red+Green+Blue) = 129+81+38=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #815126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815126 is #7EAED9. Grayscale: #5A5A5A. Windows color (decimal): -8302298 or 2511233. OLE color: 2511233.

HSL color Cylindrical-coordinate representation of color #815126: hue angle of 28.35º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #815126 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 81 38 -
CMYK 0 0.37 0.71 0.49
HSL 28.35º 0.54% 0.33% -
HSV(B) 28.35º 0.71% 0.51% -
XYZ 12.35 10.69 3.25 -
YUV 90.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 129 81 38 0 0.37 0.71 0.49 28.35 0.54 0.33
Hex 81 51 26 0 25 47 31 1C 36 21
Octal 201 121 46 0 45 107 61 34 66 41
Binary 10000001 1010001 100110 0 100101 1000111 110001 11100 110110 100001

Color Harmonies of #815126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815126

Black with #815126

Text Example


Text Example

White with #815126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815126; }

 p { color: rgb(129,81,38); }

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

background-color css

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

 a { background-color: rgb(129,81,38); }

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

border-color css

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

 span { border-color: rgb(129,81,38); }

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