#834D2F

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

Shades of Korma #834D2F

Tints of Korma #834D2F

Color information

#834D2F (or 0x834D2F) is unknown color: approx Korma. HEX triplet: 83, 4D and 2F. RGB value is (131,77,47). Sum of RGB (Red+Green+Blue) = 131+77+47=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #834D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D2F is #7CB2D0. Grayscale: #595959. Windows color (decimal): -8172241 or 3100035. OLE color: 3100035.

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

Color convert

RGB1317747-
CMYK00.410.640.49
HSL21.43º47.19%34.9%-
HSV(B)21.43º64.12%51.37%-
XYZ12.5310.344.02-
YUV89.73103.89157.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=51.37%
G=30.20%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131774700.410.640.4921.4347.1934.9
Hex834D2F0294031152f23
Octal2031155705110061255743
Binary1000001110011011011110101001100000011000110101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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