#755029

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

Shades of Cafe Royale #755029

Tints of Cafe Royale #755029

Color information

#755029 (or 0x755029) is unknown color: approx Cafe Royale. HEX triplet: 75, 50 and 29. RGB value is (117,80,41). Sum of RGB (Red+Green+Blue) = 117+80+41=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755029 is #8AAFD6. Grayscale: #565656. Windows color (decimal): -9088983 or 2707573. OLE color: 2707573.

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

Color convert

RGB1178041-
CMYK00.320.650.54
HSL30.79º48.1%30.98%-
HSV(B)30.79º64.96%45.88%-
XYZ10.619.683.41-
YUV86.62102.26149.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=49.16%
G=33.61%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117804100.320.650.5430.7948.130.98
Hex75502902041361f301f
Octal1651205104010166376037
Binary11101011010000101001010000010000011101101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755029; }

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

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

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

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

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

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

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

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