#825433

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

Shades of Korma #825433

Tints of Korma #825433

Color information

#825433 (or 0x825433) is unknown color: approx Korma. HEX triplet: 82, 54 and 33. RGB value is (130,84,51). Sum of RGB (Red+Green+Blue) = 130+84+51=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #825433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825433 is #7DABCC. Grayscale: #5E5E5E. Windows color (decimal): -8235981 or 3363970. OLE color: 3363970.

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

Color convert

RGB1308451-
CMYK00.350.610.49
HSL25.06º43.65%35.49%-
HSV(B)25.06º60.77%50.98%-
XYZ12.9711.334.63-
YUV93.99103.74153.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=49.06%
G=31.70%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130845100.350.610.4925.0643.6535.49
Hex8254330233D31192c23
Octal202124630437561315443
Binary100000101010100110011010001111110111000111001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825433; }

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

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

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

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

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

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

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

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