Html Css Color HEX #81492B Korma

📋 copy color: '#81492B'

red 129 ◦ green 73 ◦ blue 43

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

Shades of Korma #81492B

Tints of Korma #81492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 52.65%
G = 29.8%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#81492B (or 0x81492B) is known color: Korma. HEX triplet: 81, 49 and 2B. RGB value is (129,73,43). Sum of RGB (Red+Green+Blue) = 129+73+43=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81492B is #7EB6D4. Grayscale: #565656. Windows color (decimal): -8304341 or 2836865. OLE color: 2836865.

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

Color convert

RGB 129 73 43 -
CMYK 0 0.43 0.67 0.49
HSL 20.93º 0.5% 0.34% -
HSV(B) 20.93º 0.67% 0.51% -
XYZ 11.87 9.61 3.51 -
YUV 86.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 129 73 43 0 0.43 0.67 0.49 20.93 0.5 0.34
Hex 81 49 2B 0 2B 43 31 15 32 22
Octal 201 111 53 0 53 103 61 25 62 42
Binary 10000001 1001001 101011 0 101011 1000011 110001 10101 110010 100010

Color Harmonies of #81492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81492B

Black with #81492B

Text Example


Text Example

White with #81492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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