#775031

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

Shades of Korma #775031

Tints of Korma #775031

Color information

#775031 (or 0x775031) is unknown color: approx Korma. HEX triplet: 77, 50 and 31. RGB value is (119,80,49). Sum of RGB (Red+Green+Blue) = 119+80+49=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #775031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775031 is #88AFCE. Grayscale: #585858. Windows color (decimal): -8957903 or 3231863. OLE color: 3231863.

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

Color convert

RGB1198049-
CMYK00.330.590.53
HSL26.57º41.67%32.94%-
HSV(B)26.57º58.82%46.67%-
XYZ11.039.884.23-
YUV88.13105.92150.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=47.98%
G=32.26%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119804900.330.590.5326.5741.6732.94
Hex7750310213B351b2a21
Octal167120610417365335241
Binary11101111010000110001010000111101111010111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775031; }

 p { color: rgb(119,80,49); }

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

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

 a { background-color: rgb(119,80,49); }

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

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

 span { border-color: rgb(119,80,49); }

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