Html Css Color HEX #744926 Cafe Royale

📋 copy color: '#744926'

red 116 ◦ green 73 ◦ blue 38

#744926
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cafe Royale #744926

Tints of Cafe Royale #744926

RGB

 RED value IS 116 (45.7% from 255) = 51.1%

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 51.1%
G = 32.16%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#744926 (or 0x744926) is known color: Cafe Royale. HEX triplet: 74, 49 and 26. RGB value is (116,73,38). Sum of RGB (Red+Green+Blue) = 116+73+38=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #744926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744926 is #8BB6D9. Grayscale: #525252. Windows color (decimal): -9156314 or 2509172. OLE color: 2509172.

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

Color convert

RGB 116 73 38 -
CMYK 0 0.37 0.67 0.55
HSL 26.92º 0.51% 0.3% -
HSV(B) 26.92º 0.67% 0.45% -
XYZ 9.93 8.62 2.97 -
YUV 81.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 116 73 38 0 0.37 0.67 0.55 26.92 0.51 0.3
Hex 74 49 26 0 25 43 37 1B 33 1E
Octal 164 111 46 0 45 103 67 33 63 36
Binary 1110100 1001001 100110 0 100101 1000011 110111 11011 110011 11110

Color Harmonies of #744926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744926

Black with #744926

Text Example


Text Example

White with #744926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744926; }

 p { color: rgb(116,73,38); }

 H1.HeaderClassName
 {
   color: #744926;
 }
 .AnyTagClassName
 {
   color: #744926;
 }
</style>

background-color css

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

 a { background-color: rgb(116,73,38); }

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

border-color css

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

 span { border-color: rgb(116,73,38); }

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