#725026

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

Shades of Cafe Royale #725026

Tints of Cafe Royale #725026

Color information

#725026 (or 0x725026) is unknown color: approx Cafe Royale. HEX triplet: 72, 50 and 26. RGB value is (114,80,38). Sum of RGB (Red+Green+Blue) = 114+80+38=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #725026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725026 is #8DAFD9. Grayscale: #555555. Windows color (decimal): -9285594 or 2510962. OLE color: 2510962.

HSL color Cylindrical-coordinate representation of color #725026: hue angle of 33.16º 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 #725026 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1148038-
CMYK00.300.670.55
HSL33.16º50%29.8%-
HSV(B)33.16º66.67%44.71%-
XYZ10.169.453.12-
YUV85.38101.26148.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=49.14%
G=34.48%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114803800.300.670.5533.165029.8
Hex72502601E433721321e
Octal1621204603610367416236
Binary11100101010000100110011110100001111011110000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725026; }

 p { color: rgb(114,80,38); }

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

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

 a { background-color: rgb(114,80,38); }

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

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

 span { border-color: rgb(114,80,38); }

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