#795233

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

Shades of Korma #795233

Tints of Korma #795233

Color information

#795233 (or 0x795233) is unknown color: approx Korma. HEX triplet: 79, 52 and 33. RGB value is (121,82,51). Sum of RGB (Red+Green+Blue) = 121+82+51=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #795233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795233 is #86ADCC. Grayscale: #5A5A5A. Windows color (decimal): -8826317 or 3363449. OLE color: 3363449.

HSL color Cylindrical-coordinate representation of color #795233: hue angle of 26.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795233 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1218251-
CMYK00.320.580.53
HSL26.57º40.7%33.73%-
HSV(B)26.57º57.85%47.45%-
XYZ11.510.344.52-
YUV90.13105.92150.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=47.64%
G=32.28%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121825100.320.580.5326.5740.733.73
Hex7952330203A351b2922
Octal171122630407265335142
Binary11110011010010110011010000011101011010111011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795233; }

 p { color: rgb(121,82,51); }

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

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

 a { background-color: rgb(121,82,51); }

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

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

 span { border-color: rgb(121,82,51); }

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