#834A28

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

Shades of Korma #834A28

Tints of Korma #834A28

Color information

#834A28 (or 0x834A28) is unknown color: approx Korma. HEX triplet: 83, 4A and 28. RGB value is (131,74,40). Sum of RGB (Red+Green+Blue) = 131+74+40=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A28 is #7CB5D7. Grayscale: #575757. Windows color (decimal): -8173016 or 2640515. OLE color: 2640515.

HSL color Cylindrical-coordinate representation of color #834A28: hue angle of 22.42º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834A28 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1317440-
CMYK00.440.690.49
HSL22.42º53.22%33.53%-
HSV(B)22.42º69.47%51.37%-
XYZ12.199.883.27-
YUV87.17101.38159.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=53.47%
G=30.20%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131744000.440.690.4922.4253.2233.53
Hex834A2802C4531163522
Octal2031125005410561266542
Binary1000001110010101010000101100100010111000110110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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