#72502E

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

Shades of Cafe Royale #72502E

Tints of Cafe Royale #72502E

Color information

#72502E (or 0x72502E) is unknown color: approx Cafe Royale. HEX triplet: 72, 50 and 2E. RGB value is (114,80,46). Sum of RGB (Red+Green+Blue) = 114+80+46=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72502E is #8DAFD1. Grayscale: #565656. Windows color (decimal): -9285586 or 3035250. OLE color: 3035250.

HSL color Cylindrical-coordinate representation of color #72502E: hue angle of 30º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72502E is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1148046-
CMYK00.300.600.55
HSL30º42.5%31.37%-
HSV(B)30º59.65%44.71%-
XYZ10.39.513.88-
YUV86.29105.26147.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=47.5%
G=33.33%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114804600.300.600.553042.531.37
Hex72502E01E3C371e2a1f
Octal162120560367467365237
Binary111001010100001011100111101111001101111111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72502E; }

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

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

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

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

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

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

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

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