#834B2D

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

Shades of Korma #834B2D

Tints of Korma #834B2D

Color information

#834B2D (or 0x834B2D) is unknown color: approx Korma. HEX triplet: 83, 4B and 2D. RGB value is (131,75,45). Sum of RGB (Red+Green+Blue) = 131+75+45=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #834B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834B2D is #7CB4D2. Grayscale: #585858. Windows color (decimal): -8172755 or 2968451. OLE color: 2968451.

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

Color convert

RGB1317545-
CMYK00.430.660.49
HSL20.93º48.86%34.51%-
HSV(B)20.93º65.65%51.37%-
XYZ12.3510.053.77-
YUV88.32103.55158.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=52.19%
G=29.88%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131754500.430.660.4920.9348.8634.51
Hex834B2D02B4231153123
Octal2031135505310261256143
Binary1000001110010111011010101011100001011000110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,75,45); }

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

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

 a { background-color: rgb(131,75,45); }

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

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

 span { border-color: rgb(131,75,45); }

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