#825833

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

Shades of Korma #825833

Tints of Korma #825833

Color information

#825833 (or 0x825833) is unknown color: approx Korma. HEX triplet: 82, 58 and 33. RGB value is (130,88,51). Sum of RGB (Red+Green+Blue) = 130+88+51=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825833 is #7DA7CC. Grayscale: #606060. Windows color (decimal): -8234957 or 3364994. OLE color: 3364994.

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

Color convert

RGB1308851-
CMYK00.320.610.49
HSL28.1º43.65%35.49%-
HSV(B)28.1º60.77%50.98%-
XYZ13.2911.964.74-
YUV96.34102.41152.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=48.33%
G=32.71%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130885100.320.610.4928.143.6535.49
Hex8258330203D311c2c23
Octal202130630407561345443
Binary100000101011000110011010000011110111000111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825833; }

 p { color: rgb(130,88,51); }

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

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

 a { background-color: rgb(130,88,51); }

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

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

 span { border-color: rgb(130,88,51); }

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