Html Css Color HEX #814E2B Korma

📋 copy color: '#814E2B'

red 129 ◦ green 78 ◦ blue 43

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

Shades of Korma #814E2B

Tints of Korma #814E2B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.2%

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

R = 51.6%
G = 31.2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#814E2B (or 0x814E2B) is known color: Korma. HEX triplet: 81, 4E and 2B. RGB value is (129,78,43). Sum of RGB (Red+Green+Blue) = 129+78+43=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #814E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E2B is #7EB1D4. Grayscale: #595959. Windows color (decimal): -8303061 or 2838145. OLE color: 2838145.

HSL color Cylindrical-coordinate representation of color #814E2B: hue angle of 24.42º 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 #814E2B is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 78 43 -
CMYK 0 0.40 0.67 0.49
HSL 24.42º 0.5% 0.34% -
HSV(B) 24.42º 0.67% 0.51% -
XYZ 12.21 10.29 3.63 -
YUV 89.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 129 78 43 0 0.40 0.67 0.49 24.42 0.5 0.34
Hex 81 4E 2B 0 28 43 31 18 32 22
Octal 201 116 53 0 50 103 61 30 62 42
Binary 10000001 1001110 101011 0 101000 1000011 110001 11000 110010 100010

Color Harmonies of #814E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E2B

Black with #814E2B

Text Example


Text Example

White with #814E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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