Html Css Color HEX #81492F Korma

📋 copy color: '#81492F'

red 129 ◦ green 73 ◦ blue 47

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

Shades of Korma #81492F

Tints of Korma #81492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 51.81%
G = 29.32%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81492F (or 0x81492F) is known color: Korma. HEX triplet: 81, 49 and 2F. RGB value is (129,73,47). Sum of RGB (Red+Green+Blue) = 129+73+47=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #81492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81492F is #7EB6D0. Grayscale: #565656. Windows color (decimal): -8304337 or 3099009. OLE color: 3099009.

HSL color Cylindrical-coordinate representation of color #81492F: hue angle of 19.02º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81492F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 47 -
CMYK 0 0.43 0.64 0.49
HSL 19.02º 0.47% 0.35% -
HSV(B) 19.02º 0.64% 0.51% -
XYZ 11.95 9.64 3.92 -
YUV 86.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 129 73 47 0 0.43 0.64 0.49 19.02 0.47 0.35
Hex 81 49 2F 0 2B 40 31 13 2F 23
Octal 201 111 57 0 53 100 61 23 57 43
Binary 10000001 1001001 101111 0 101011 1000000 110001 10011 101111 100011

Color Harmonies of #81492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81492F

Black with #81492F

Text Example


Text Example

White with #81492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81492F; }

 p { color: rgb(129,73,47); }

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

background-color css

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

 a { background-color: rgb(129,73,47); }

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

border-color css

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

 span { border-color: rgb(129,73,47); }

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