Html Css Color HEX #814829 Korma

📋 copy color: '#814829'

red 129 ◦ green 72 ◦ blue 41

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

Shades of Korma #814829

Tints of Korma #814829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 53.31%
G = 29.75%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#814829 (or 0x814829) is known color: Korma. HEX triplet: 81, 48 and 29. RGB value is (129,72,41). Sum of RGB (Red+Green+Blue) = 129+72+41=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #814829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814829 is #7EB7D6. Grayscale: #555555. Windows color (decimal): -8304599 or 2705537. OLE color: 2705537.

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

Color convert

RGB 129 72 41 -
CMYK 0 0.44 0.68 0.49
HSL 21.14º 0.52% 0.33% -
HSV(B) 21.14º 0.68% 0.51% -
XYZ 11.77 9.46 3.3 -
YUV 85.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 129 72 41 0 0.44 0.68 0.49 21.14 0.52 0.33
Hex 81 48 29 0 2C 44 31 15 34 21
Octal 201 110 51 0 54 104 61 25 64 41
Binary 10000001 1001000 101001 0 101100 1000100 110001 10101 110100 100001

Color Harmonies of #814829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814829

Black with #814829

Text Example


Text Example

White with #814829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814829; }

 p { color: rgb(129,72,41); }

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

background-color css

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

 a { background-color: rgb(129,72,41); }

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

border-color css

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

 span { border-color: rgb(129,72,41); }

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