#835030

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

Shades of Korma #835030

Tints of Korma #835030

Color information

#835030 (or 0x835030) is unknown color: approx Korma. HEX triplet: 83, 50 and 30. RGB value is (131,80,48). Sum of RGB (Red+Green+Blue) = 131+80+48=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #835030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835030 is #7CAFCF. Grayscale: #5B5B5B. Windows color (decimal): -8171472 or 3166339. OLE color: 3166339.

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

Color convert

RGB1318048-
CMYK00.390.630.49
HSL23.13º46.37%35.1%-
HSV(B)23.13º63.36%51.37%-
XYZ12.7610.784.2-
YUV91.6103.4156.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=50.58%
G=30.89%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131804800.390.630.4923.1346.3735.1
Hex8350300273F31172e23
Octal203120600477761275643
Binary100000111010000110000010011111111111000110111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835030; }

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

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

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

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

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

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

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

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