#755128

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

Shades of Cafe Royale #755128

Tints of Cafe Royale #755128

Color information

#755128 (or 0x755128) is unknown color: approx Cafe Royale. HEX triplet: 75, 51 and 28. RGB value is (117,81,40). Sum of RGB (Red+Green+Blue) = 117+81+40=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755128 is #8AAED7. Grayscale: #575757. Windows color (decimal): -9088728 or 2642293. OLE color: 2642293.

HSL color Cylindrical-coordinate representation of color #755128: hue angle of 31.95º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #755128 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1178140-
CMYK00.310.660.54
HSL31.95º49.04%30.78%-
HSV(B)31.95º65.81%45.88%-
XYZ10.669.823.34-
YUV87.09101.43149.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=49.16%
G=34.03%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117814000.310.660.5431.9549.0430.78
Hex75512801F423620311f
Octal1651215003710266406137
Binary11101011010001101000011111100001011011010000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755128; }

 p { color: rgb(117,81,40); }

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

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

 a { background-color: rgb(117,81,40); }

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

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

 span { border-color: rgb(117,81,40); }

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