#74512C

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

Shades of Cafe Royale #74512C

Tints of Cafe Royale #74512C

Color information

#74512C (or 0x74512C) is unknown color: approx Cafe Royale. HEX triplet: 74, 51 and 2C. RGB value is (116,81,44). Sum of RGB (Red+Green+Blue) = 116+81+44=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74512C is #8BAED3. Grayscale: #575757. Windows color (decimal): -9154260 or 2904436. OLE color: 2904436.

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

Color convert

RGB1168144-
CMYK00.300.620.55
HSL30.83º45%31.37%-
HSV(B)30.83º62.07%45.49%-
XYZ10.69.783.71-
YUV87.25103.6148.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=48.13%
G=33.61%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116814400.300.620.5530.834531.37
Hex74512C01E3E371f2d1f
Octal164121540367667375537
Binary111010010100011011000111101111101101111111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74512C; }

 p { color: rgb(116,81,44); }

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

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

 a { background-color: rgb(116,81,44); }

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

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

 span { border-color: rgb(116,81,44); }

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