#834A2C

Color #834A2C Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #834A2C

Tints of Korma #834A2C

Color information

#834A2C (or 0x834A2C) is unknown color: approx Korma. HEX triplet: 83, 4A and 2C. RGB value is (131,74,44). Sum of RGB (Red+Green+Blue) = 131+74+44=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #834A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A2C is #7CB5D3. Grayscale: #575757. Windows color (decimal): -8173012 or 2902659. OLE color: 2902659.

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

Color convert

RGB1317444-
CMYK00.440.660.49
HSL20.69º49.71%34.31%-
HSV(B)20.69º66.41%51.37%-
XYZ12.269.93.65-
YUV87.62103.38158.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=52.61%
G=29.72%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131744400.440.660.4920.6949.7134.31
Hex834A2C02C4231153222
Octal2031125405410261256242
Binary1000001110010101011000101100100001011000110101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834A2C; }

 p { color: rgb(131,74,44); }

 H1.HeaderClassName
 {
   color: #834A2C;
 }
 .AnyTagClassName
 {
   color: #834A2C;
 }
</style>
background-color css

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

 a { background-color: rgb(131,74,44); }

 div.DivClassName
 {
   background-color: #834A2C;
 }
 .BgClassName
 {
   background-color: #834A2C;
 }
</style>
border-color css

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

 span { border-color: rgb(131,74,44); }

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