Html Css Color HEX #744F28 Cafe Royale

📋 copy color: '#744F28'

red 116 ◦ green 79 ◦ blue 40

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

Shades of Cafe Royale #744F28

Tints of Cafe Royale #744F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.62%

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

R = 49.36%
G = 33.62%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#744F28 (or 0x744F28) is known color: Cafe Royale. HEX triplet: 74, 4F and 28. RGB value is (116,79,40). Sum of RGB (Red+Green+Blue) = 116+79+40=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F28 is #8BB0D7. Grayscale: #555555. Windows color (decimal): -9154776 or 2641780. OLE color: 2641780.

HSL color Cylindrical-coordinate representation of color #744F28: hue angle of 30.79º 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 #744F28 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 79 40 -
CMYK 0 0.32 0.66 0.55
HSL 30.79º 0.49% 0.31% -
HSV(B) 30.79º 0.66% 0.45% -
XYZ 10.38 9.46 3.29 -
YUV 85.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 116 79 40 0 0.32 0.66 0.55 30.79 0.49 0.31
Hex 74 4F 28 0 20 42 37 1F 31 1F
Octal 164 117 50 0 40 102 67 37 61 37
Binary 1110100 1001111 101000 0 100000 1000010 110111 11111 110001 11111

Color Harmonies of #744F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F28

Black with #744F28

Text Example


Text Example

White with #744F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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