Html Css Color HEX #81512C Korma

📋 copy color: '#81512C'

red 129 ◦ green 81 ◦ blue 44

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

Shades of Korma #81512C

Tints of Korma #81512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 50.79%
G = 31.89%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#81512C (or 0x81512C) is known color: Korma. HEX triplet: 81, 51 and 2C. RGB value is (129,81,44). Sum of RGB (Red+Green+Blue) = 129+81+44=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81512C is #7EAED3. Grayscale: #5B5B5B. Windows color (decimal): -8302292 or 2904449. OLE color: 2904449.

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

Color convert

RGB 129 81 44 -
CMYK 0 0.37 0.66 0.49
HSL 26.12º 0.49% 0.34% -
HSV(B) 26.12º 0.66% 0.51% -
XYZ 12.45 10.73 3.8 -
YUV 91.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 129 81 44 0 0.37 0.66 0.49 26.12 0.49 0.34
Hex 81 51 2C 0 25 42 31 1A 31 22
Octal 201 121 54 0 45 102 61 32 61 42
Binary 10000001 1010001 101100 0 100101 1000010 110001 11010 110001 100010

Color Harmonies of #81512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81512C

Black with #81512C

Text Example


Text Example

White with #81512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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