Html Css Color HEX #744F27 Cafe Royale

📋 copy color: '#744F27'

red 116 ◦ green 79 ◦ blue 39

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

Shades of Cafe Royale #744F27

Tints of Cafe Royale #744F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 49.57%
G = 33.76%
B = 16.67%

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

#744F27 (or 0x744F27) is known color: Cafe Royale. HEX triplet: 74, 4F and 27. RGB value is (116,79,39). Sum of RGB (Red+Green+Blue) = 116+79+39=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #744F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F27 is #8BB0D8. Grayscale: #555555. Windows color (decimal): -9154777 or 2576244. OLE color: 2576244.

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

Color convert

RGB 116 79 39 -
CMYK 0 0.32 0.66 0.55
HSL 31.17º 0.5% 0.3% -
HSV(B) 31.17º 0.66% 0.45% -
XYZ 10.36 9.45 3.2 -
YUV 85.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 116 79 39 0 0.32 0.66 0.55 31.17 0.5 0.3
Hex 74 4F 27 0 20 42 37 1F 32 1E
Octal 164 117 47 0 40 102 67 37 62 36
Binary 1110100 1001111 100111 0 100000 1000010 110111 11111 110010 11110

Color Harmonies of #744F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F27

Black with #744F27

Text Example


Text Example

White with #744F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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