#834D26

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

Shades of Korma #834D26

Tints of Korma #834D26

Color information

#834D26 (or 0x834D26) is unknown color: approx Korma. HEX triplet: 83, 4D and 26. RGB value is (131,77,38). Sum of RGB (Red+Green+Blue) = 131+77+38=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #834D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D26 is #7CB2D9. Grayscale: #585858. Windows color (decimal): -8172250 or 2510211. OLE color: 2510211.

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

Color convert

RGB1317738-
CMYK00.410.710.49
HSL25.16º55.03%33.14%-
HSV(B)25.16º70.99%51.37%-
XYZ12.3610.273.16-
YUV88.799.39158.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=53.25%
G=31.30%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131773800.410.710.4925.1655.0333.14
Hex834D260294731193721
Octal2031154605110761316741
Binary1000001110011011001100101001100011111000111001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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