#745129

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

Shades of Cafe Royale #745129

Tints of Cafe Royale #745129

Color information

#745129 (or 0x745129) is unknown color: approx Cafe Royale. HEX triplet: 74, 51 and 29. RGB value is (116,81,41). Sum of RGB (Red+Green+Blue) = 116+81+41=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745129 is #8BAED6. Grayscale: #575757. Windows color (decimal): -9154263 or 2707828. OLE color: 2707828.

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

Color convert

RGB1168141-
CMYK00.300.650.55
HSL32º47.77%30.78%-
HSV(B)32º64.66%45.49%-
XYZ10.559.763.43-
YUV86.9102.1148.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=48.74%
G=34.03%
B=17.23%

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
Decimal116814100.300.650.553247.7730.78
Hex74512901E413720301f
Octal1641215103610167406037
Binary11101001010001101001011110100000111011110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745129; }

 p { color: rgb(116,81,41); }

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

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

 a { background-color: rgb(116,81,41); }

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

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

 span { border-color: rgb(116,81,41); }

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