Html Css Color HEX #81512D Korma

📋 copy color: '#81512D'

red 129 ◦ green 81 ◦ blue 45

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

Shades of Korma #81512D

Tints of Korma #81512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 50.59%
G = 31.76%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#81512D (or 0x81512D) is known color: Korma. HEX triplet: 81, 51 and 2D. RGB value is (129,81,45). Sum of RGB (Red+Green+Blue) = 129+81+45=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81512D is #7EAED2. Grayscale: #5B5B5B. Windows color (decimal): -8302291 or 2969985. OLE color: 2969985.

HSL color Cylindrical-coordinate representation of color #81512D: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81512D is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 81 45 -
CMYK 0 0.37 0.65 0.49
HSL 25.71º 0.48% 0.34% -
HSV(B) 25.71º 0.65% 0.51% -
XYZ 12.47 10.74 3.9 -
YUV 91.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 129 81 45 0 0.37 0.65 0.49 25.71 0.48 0.34
Hex 81 51 2D 0 25 41 31 1A 30 22
Octal 201 121 55 0 45 101 61 32 60 42
Binary 10000001 1010001 101101 0 100101 1000001 110001 11010 110000 100010

Color Harmonies of #81512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81512D

Black with #81512D

Text Example


Text Example

White with #81512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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