#834D27

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

Shades of Korma #834D27

Tints of Korma #834D27

Color information

#834D27 (or 0x834D27) is unknown color: approx Korma. HEX triplet: 83, 4D and 27. RGB value is (131,77,39). Sum of RGB (Red+Green+Blue) = 131+77+39=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #834D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D27 is #7CB2D8. Grayscale: #595959. Windows color (decimal): -8172249 or 2575747. OLE color: 2575747.

HSL color Cylindrical-coordinate representation of color #834D27: hue angle of 24.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834D27 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1317739-
CMYK00.410.700.49
HSL24.78º54.12%33.33%-
HSV(B)24.78º70.23%51.37%-
XYZ12.3810.283.25-
YUV88.8199.89158.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=53.04%
G=31.17%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131773900.410.700.4924.7854.1233.33
Hex834D270294631193621
Octal2031154705110661316641
Binary1000001110011011001110101001100011011000111001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,77,39); }

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

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

 a { background-color: rgb(131,77,39); }

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

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

 span { border-color: rgb(131,77,39); }

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