#835428

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

Shades of Korma #835428

Tints of Korma #835428

Color information

#835428 (or 0x835428) is unknown color: approx Korma. HEX triplet: 83, 54 and 28. RGB value is (131,84,40). Sum of RGB (Red+Green+Blue) = 131+84+40=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #835428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835428 is #7CABD7. Grayscale: #5D5D5D. Windows color (decimal): -8170456 or 2643075. OLE color: 2643075.

HSL color Cylindrical-coordinate representation of color #835428: hue angle of 29.01º 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 #835428 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1318440-
CMYK00.360.690.49
HSL29.01º53.22%33.53%-
HSV(B)29.01º69.47%51.37%-
XYZ12.9111.323.51-
YUV93.0498.07155.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=51.37%
G=32.94%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131844000.360.690.4929.0153.2233.53
Hex83542802445311d3522
Octal2031245004410561356542
Binary1000001110101001010000100100100010111000111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835428; }

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

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

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

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

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

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

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

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