Html Css Color HEX #745025 Cafe Royale

📋 copy color: '#745025'

red 116 ◦ green 80 ◦ blue 37

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

Shades of Cafe Royale #745025

Tints of Cafe Royale #745025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 49.79%
G = 34.33%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#745025 (or 0x745025) is known color: Cafe Royale. HEX triplet: 74, 50 and 25. RGB value is (116,80,37). Sum of RGB (Red+Green+Blue) = 116+80+37=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745025 is #8BAFDA. Grayscale: #565656. Windows color (decimal): -9154523 or 2445428. OLE color: 2445428.

HSL color Cylindrical-coordinate representation of color #745025: hue angle of 32.66º 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 #745025 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 37 -
CMYK 0 0.31 0.68 0.55
HSL 32.66º 0.52% 0.3% -
HSV(B) 32.66º 0.68% 0.45% -
XYZ 10.41 9.58 3.05 -
YUV 85.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 116 80 37 0 0.31 0.68 0.55 32.66 0.52 0.3
Hex 74 50 25 0 1F 44 37 21 34 1E
Octal 164 120 45 0 37 104 67 41 64 36
Binary 1110100 1010000 100101 0 11111 1000100 110111 100001 110100 11110

Color Harmonies of #745025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745025

Black with #745025

Text Example


Text Example

White with #745025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745025; }

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

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

background-color css

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

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

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

border-color css

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

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

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