#834F28

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

Shades of Korma #834F28

Tints of Korma #834F28

Color information

#834F28 (or 0x834F28) is unknown color: approx Korma. HEX triplet: 83, 4F and 28. RGB value is (131,79,40). Sum of RGB (Red+Green+Blue) = 131+79+40=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F28 is #7CB0D7. Grayscale: #5A5A5A. Windows color (decimal): -8171736 or 2641795. OLE color: 2641795.

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

Color convert

RGB1317940-
CMYK00.400.690.49
HSL25.71º53.22%33.53%-
HSV(B)25.71º69.47%51.37%-
XYZ12.5410.573.39-
YUV90.199.73157.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 40 (16.02% from 255) = 16%
R=52.4%
G=31.6%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131794000.400.690.4925.7153.2233.53
Hex834F2802845311a3522
Octal2031175005010561326542
Binary1000001110011111010000101000100010111000111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,79,40); }

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

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

 a { background-color: rgb(131,79,40); }

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

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

 span { border-color: rgb(131,79,40); }

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