Html Css Color HEX #814928 Korma

📋 copy color: '#814928'

red 129 ◦ green 73 ◦ blue 40

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

Shades of Korma #814928

Tints of Korma #814928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 53.31%
G = 30.17%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814928 (or 0x814928) is known color: Korma. HEX triplet: 81, 49 and 28. RGB value is (129,73,40). Sum of RGB (Red+Green+Blue) = 129+73+40=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #814928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814928 is #7EB6D7. Grayscale: #565656. Windows color (decimal): -8304344 or 2640257. OLE color: 2640257.

HSL color Cylindrical-coordinate representation of color #814928: hue angle of 22.25º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814928 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 40 -
CMYK 0 0.43 0.69 0.49
HSL 22.25º 0.53% 0.33% -
HSV(B) 22.25º 0.69% 0.51% -
XYZ 11.82 9.59 3.23 -
YUV 85.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 129 73 40 0 0.43 0.69 0.49 22.25 0.53 0.33
Hex 81 49 28 0 2B 45 31 16 35 21
Octal 201 111 50 0 53 105 61 26 65 41
Binary 10000001 1001001 101000 0 101011 1000101 110001 10110 110101 100001

Color Harmonies of #814928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814928

Black with #814928

Text Example


Text Example

White with #814928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814928; }

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

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

background-color css

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

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

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

border-color css

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

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

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