#835430

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

Shades of Korma #835430

Tints of Korma #835430

Color information

#835430 (or 0x835430) is unknown color: approx Korma. HEX triplet: 83, 54 and 30. RGB value is (131,84,48). Sum of RGB (Red+Green+Blue) = 131+84+48=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #835430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835430 is #7CABCF. Grayscale: #5E5E5E. Windows color (decimal): -8170448 or 3167363. OLE color: 3167363.

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

Color convert

RGB1318448-
CMYK00.360.630.49
HSL26.02º46.37%35.1%-
HSV(B)26.02º63.36%51.37%-
XYZ13.0611.384.3-
YUV93.95102.07154.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=49.81%
G=31.94%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131844800.360.630.4926.0246.3735.1
Hex8354300243F311a2e23
Octal203124600447761325643
Binary100000111010100110000010010011111111000111010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835430; }

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

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

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

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

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

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

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

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