#834A24

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

Shades of Korma #834A24

Tints of Korma #834A24

Color information

#834A24 (or 0x834A24) is unknown color: approx Korma. HEX triplet: 83, 4A and 24. RGB value is (131,74,36). Sum of RGB (Red+Green+Blue) = 131+74+36=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #834A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A24 is #7CB5DB. Grayscale: #565656. Windows color (decimal): -8173020 or 2378371. OLE color: 2378371.

HSL color Cylindrical-coordinate representation of color #834A24: hue angle of 24º degrees, saturation: 0.57, 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 #834A24 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1317436-
CMYK00.440.730.49
HSL24º56.89%32.75%-
HSV(B)24º72.52%51.37%-
XYZ12.139.852.93-
YUV86.7199.38159.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=54.36%
G=30.71%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131743600.440.730.492456.8932.75
Hex834A2402C4931183921
Octal2031124405411161307141
Binary1000001110010101001000101100100100111000111000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,74,36); }

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

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

 a { background-color: rgb(131,74,36); }

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

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

 span { border-color: rgb(131,74,36); }

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