Html Css Color HEX #81472C Korma

📋 copy color: '#81472C'

red 129 ◦ green 71 ◦ blue 44

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

Shades of Korma #81472C

Tints of Korma #81472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

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

R = 52.87%
G = 29.1%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#81472C (or 0x81472C) is known color: Korma. HEX triplet: 81, 47 and 2C. RGB value is (129,71,44). Sum of RGB (Red+Green+Blue) = 129+71+44=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #81472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81472C is #7EB8D3. Grayscale: #555555. Windows color (decimal): -8304852 or 2901889. OLE color: 2901889.

HSL color Cylindrical-coordinate representation of color #81472C: hue angle of 19.06º 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 #81472C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 44 -
CMYK 0 0.45 0.66 0.49
HSL 19.06º 0.49% 0.34% -
HSV(B) 19.06º 0.66% 0.51% -
XYZ 11.76 9.36 3.57 -
YUV 85.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 129 71 44 0 0.45 0.66 0.49 19.06 0.49 0.34
Hex 81 47 2C 0 2D 42 31 13 31 22
Octal 201 107 54 0 55 102 61 23 61 42
Binary 10000001 1000111 101100 0 101101 1000010 110001 10011 110001 100010

Color Harmonies of #81472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81472C

Black with #81472C

Text Example


Text Example

White with #81472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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