#725023

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

Shades of Cafe Royale #725023

Tints of Cafe Royale #725023

Color information

#725023 (or 0x725023) is unknown color: approx Cafe Royale. HEX triplet: 72, 50 and 23. RGB value is (114,80,35). Sum of RGB (Red+Green+Blue) = 114+80+35=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #725023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725023 is #8DAFDC. Grayscale: #555555. Windows color (decimal): -9285597 or 2314354. OLE color: 2314354.

HSL color Cylindrical-coordinate representation of color #725023: hue angle of 34.18º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #725023 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1148035-
CMYK00.300.690.55
HSL34.18º53.02%29.22%-
HSV(B)34.18º69.3%44.71%-
XYZ10.119.442.88-
YUV85.0499.76148.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 35 (14.06% from 255) = 15.28%
R=49.78%
G=34.93%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114803500.300.690.5534.1853.0229.22
Hex72502301E453722351d
Octal1621204303610567426535
Binary11100101010000100011011110100010111011110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725023; }

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

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

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

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

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

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

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

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