#735029

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

Shades of Cafe Royale #735029

Tints of Cafe Royale #735029

Color information

#735029 (or 0x735029) is unknown color: approx Cafe Royale. HEX triplet: 73, 50 and 29. RGB value is (115,80,41). Sum of RGB (Red+Green+Blue) = 115+80+41=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #735029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735029 is #8CAFD6. Grayscale: #565656. Windows color (decimal): -9220055 or 2707571. OLE color: 2707571.

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

Color convert

RGB1158041-
CMYK00.300.640.55
HSL31.62º47.44%30.59%-
HSV(B)31.62º64.35%45.1%-
XYZ10.349.543.39-
YUV86.02102.6148.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=48.73%
G=33.90%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115804100.300.640.5531.6247.4430.59
Hex73502901E4037202f1f
Octal1631205103610067405737
Binary11100111010000101001011110100000011011110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735029; }

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

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

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

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

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

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

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

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