#734B29

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

Shades of Cafe Royale #734B29

Tints of Cafe Royale #734B29

Color information

#734B29 (or 0x734B29) is unknown color: approx Cafe Royale. HEX triplet: 73, 4B and 29. RGB value is (115,75,41). Sum of RGB (Red+Green+Blue) = 115+75+41=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B29 is #8CB4D6. Grayscale: #535353. Windows color (decimal): -9221335 or 2706291. OLE color: 2706291.

HSL color Cylindrical-coordinate representation of color #734B29: hue angle of 27.57º 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 #734B29 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1157541-
CMYK00.350.640.55
HSL27.57º47.44%30.59%-
HSV(B)27.57º64.35%45.1%-
XYZ9.998.843.28-
YUV83.08104.25150.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=49.78%
G=32.47%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115754100.350.640.5527.5747.4430.59
Hex734B2902340371c2f1f
Octal1631135104310067345737
Binary11100111001011101001010001110000001101111110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734B29; }

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

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

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

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

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

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

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

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