#834F23

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

Shades of Korma #834F23

Tints of Korma #834F23

Color information

#834F23 (or 0x834F23) is unknown color: approx Korma. HEX triplet: 83, 4F and 23. RGB value is (131,79,35). Sum of RGB (Red+Green+Blue) = 131+79+35=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F23 is #7CB0DC. Grayscale: #595959. Windows color (decimal): -8171741 or 2314115. OLE color: 2314115.

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

Color convert

RGB1317935-
CMYK00.400.730.49
HSL27.5º57.83%32.55%-
HSV(B)27.5º73.28%51.37%-
XYZ12.4610.542.97-
YUV89.5397.23157.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=53.47%
G=32.24%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131793500.400.730.4927.557.8332.55
Hex834F2302849311c3a21
Octal2031174305011161347241
Binary1000001110011111000110101000100100111000111100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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