#834F2E

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

Shades of Korma #834F2E

Tints of Korma #834F2E

Color information

#834F2E (or 0x834F2E) is unknown color: approx Korma. HEX triplet: 83, 4F and 2E. RGB value is (131,79,46). Sum of RGB (Red+Green+Blue) = 131+79+46=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #834F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F2E is #7CB0D1. Grayscale: #5A5A5A. Windows color (decimal): -8171730 or 3035011. OLE color: 3035011.

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

Color convert

RGB1317946-
CMYK00.400.650.49
HSL23.29º48.02%34.71%-
HSV(B)23.29º64.89%51.37%-
XYZ12.6510.613.97-
YUV90.79102.73156.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=51.17%
G=30.86%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131794600.400.650.4923.2948.0234.71
Hex834F2E0284131173023
Octal2031175605010161276043
Binary1000001110011111011100101000100000111000110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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