#734B25

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

Shades of Cafe Royale #734B25

Tints of Cafe Royale #734B25

Color information

#734B25 (or 0x734B25) is unknown color: approx Cafe Royale. HEX triplet: 73, 4B and 25. RGB value is (115,75,37). Sum of RGB (Red+Green+Blue) = 115+75+37=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #734B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B25 is #8CB4DA. Grayscale: #525252. Windows color (decimal): -9221339 or 2444147. OLE color: 2444147.

HSL color Cylindrical-coordinate representation of color #734B25: hue angle of 29.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #734B25 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1157537-
CMYK00.350.680.55
HSL29.23º51.32%29.8%-
HSV(B)29.23º67.83%45.1%-
XYZ9.928.812.93-
YUV82.63102.25151.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=50.66%
G=33.04%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115753700.350.680.5529.2351.3229.8
Hex734B2502344371d331e
Octal1631134504310467356336
Binary11100111001011100101010001110001001101111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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