Html Css Color HEX #744F24 Cafe Royale

📋 copy color: '#744F24'

red 116 ◦ green 79 ◦ blue 36

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

Shades of Cafe Royale #744F24

Tints of Cafe Royale #744F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.58%

R = 50.22%
G = 34.2%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#744F24 (or 0x744F24) is known color: Cafe Royale. HEX triplet: 74, 4F and 24. RGB value is (116,79,36). Sum of RGB (Red+Green+Blue) = 116+79+36=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #744F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F24 is #8BB0DB. Grayscale: #555555. Windows color (decimal): -9154780 or 2379636. OLE color: 2379636.

HSL color Cylindrical-coordinate representation of color #744F24: hue angle of 32.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744F24 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 79 36 -
CMYK 0 0.32 0.69 0.55
HSL 32.25º 0.53% 0.3% -
HSV(B) 32.25º 0.69% 0.45% -
XYZ 10.32 9.43 2.95 -
YUV 85.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 116 79 36 0 0.32 0.69 0.55 32.25 0.53 0.3
Hex 74 4F 24 0 20 45 37 20 35 1E
Octal 164 117 44 0 40 105 67 40 65 36
Binary 1110100 1001111 100100 0 100000 1000101 110111 100000 110101 11110

Color Harmonies of #744F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F24

Black with #744F24

Text Example


Text Example

White with #744F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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