Html Css Color HEX #744D28 Cafe Royale

📋 copy color: '#744D28'

red 116 ◦ green 77 ◦ blue 40

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

Shades of Cafe Royale #744D28

Tints of Cafe Royale #744D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.05%

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 49.79%
G = 33.05%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#744D28 (or 0x744D28) is known color: Cafe Royale. HEX triplet: 74, 4D and 28. RGB value is (116,77,40). Sum of RGB (Red+Green+Blue) = 116+77+40=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #744D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D28 is #8BB2D7. Grayscale: #545454. Windows color (decimal): -9155288 or 2641268. OLE color: 2641268.

HSL color Cylindrical-coordinate representation of color #744D28: hue angle of 29.21º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744D28 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 77 40 -
CMYK 0 0.34 0.66 0.55
HSL 29.21º 0.49% 0.31% -
HSV(B) 29.21º 0.66% 0.45% -
XYZ 10.24 9.17 3.24 -
YUV 84.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 116 77 40 0 0.34 0.66 0.55 29.21 0.49 0.31
Hex 74 4D 28 0 22 42 37 1D 31 1F
Octal 164 115 50 0 42 102 67 35 61 37
Binary 1110100 1001101 101000 0 100010 1000010 110111 11101 110001 11111

Color Harmonies of #744D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D28

Black with #744D28

Text Example


Text Example

White with #744D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D28; }

 p { color: rgb(116,77,40); }

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

background-color css

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

 a { background-color: rgb(116,77,40); }

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

border-color css

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

 span { border-color: rgb(116,77,40); }

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