Html Css Color HEX #744A25 Cafe Royale

📋 copy color: '#744A25'

red 116 ◦ green 74 ◦ blue 37

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

Shades of Cafe Royale #744A25

Tints of Cafe Royale #744A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 51.1%
G = 32.6%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#744A25 (or 0x744A25) is known color: Cafe Royale. HEX triplet: 74, 4A and 25. RGB value is (116,74,37). Sum of RGB (Red+Green+Blue) = 116+74+37=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #744A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A25 is #8BB5DA. Grayscale: #525252. Windows color (decimal): -9156059 or 2443892. OLE color: 2443892.

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

Color convert

RGB 116 74 37 -
CMYK 0 0.36 0.68 0.55
HSL 28.1º 0.52% 0.3% -
HSV(B) 28.1º 0.68% 0.45% -
XYZ 9.99 8.74 2.91 -
YUV 82.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 116 74 37 0 0.36 0.68 0.55 28.1 0.52 0.3
Hex 74 4A 25 0 24 44 37 1C 34 1E
Octal 164 112 45 0 44 104 67 34 64 36
Binary 1110100 1001010 100101 0 100100 1000100 110111 11100 110100 11110

Color Harmonies of #744A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A25

Black with #744A25

Text Example


Text Example

White with #744A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,37); }

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

background-color css

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

 a { background-color: rgb(116,74,37); }

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

border-color css

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

 span { border-color: rgb(116,74,37); }

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