#735028

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

Shades of Cafe Royale #735028

Tints of Cafe Royale #735028

Color information

#735028 (or 0x735028) is unknown color: approx Cafe Royale. HEX triplet: 73, 50 and 28. RGB value is (115,80,40). Sum of RGB (Red+Green+Blue) = 115+80+40=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #735028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735028 is #8CAFD7. Grayscale: #565656. Windows color (decimal): -9220056 or 2642035. OLE color: 2642035.

HSL color Cylindrical-coordinate representation of color #735028: hue angle of 32º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #735028 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1158040-
CMYK00.300.650.55
HSL32º48.39%30.39%-
HSV(B)32º65.22%45.1%-
XYZ10.329.543.3-
YUV85.9102.1148.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=48.94%
G=34.04%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115804000.300.650.553248.3930.39
Hex73502801E413720301e
Octal1631205003610167406036
Binary11100111010000101000011110100000111011110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735028; }

 p { color: rgb(115,80,40); }

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

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

 a { background-color: rgb(115,80,40); }

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

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

 span { border-color: rgb(115,80,40); }

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