#734B26

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

Shades of Cafe Royale #734B26

Tints of Cafe Royale #734B26

Color information

#734B26 (or 0x734B26) is unknown color: approx Cafe Royale. HEX triplet: 73, 4B and 26. RGB value is (115,75,38). Sum of RGB (Red+Green+Blue) = 115+75+38=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #734B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B26 is #8CB4D9. Grayscale: #525252. Windows color (decimal): -9221338 or 2509683. OLE color: 2509683.

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

Color convert

RGB1157538-
CMYK00.350.670.55
HSL28.83º50.33%30%-
HSV(B)28.83º66.96%45.1%-
XYZ9.948.823.01-
YUV82.74102.75151.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.44%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=50.44%
G=32.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115753800.350.670.5528.8350.3330
Hex734B2602343371d321e
Octal1631134604310367356236
Binary11100111001011100110010001110000111101111110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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