Html Css Color HEX #815130 Korma

📋 copy color: '#815130'

red 129 ◦ green 81 ◦ blue 48

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

Shades of Korma #815130

Tints of Korma #815130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 50%
G = 31.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#815130 (or 0x815130) is known color: Korma. HEX triplet: 81, 51 and 30. RGB value is (129,81,48). Sum of RGB (Red+Green+Blue) = 129+81+48=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #815130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815130 is #7EAECF. Grayscale: #5B5B5B. Windows color (decimal): -8302288 or 3166593. OLE color: 3166593.

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

Color convert

RGB 129 81 48 -
CMYK 0 0.37 0.63 0.49
HSL 24.44º 0.46% 0.35% -
HSV(B) 24.44º 0.63% 0.51% -
XYZ 12.53 10.77 4.21 -
YUV 91.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 129 81 48 0 0.37 0.63 0.49 24.44 0.46 0.35
Hex 81 51 30 0 25 3F 31 18 2E 23
Octal 201 121 60 0 45 77 61 30 56 43
Binary 10000001 1010001 110000 0 100101 111111 110001 11000 101110 100011

Color Harmonies of #815130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815130

Black with #815130

Text Example


Text Example

White with #815130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815130; }

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

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

background-color css

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

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

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

border-color css

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

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

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