Html Css Color HEX #745026 Cafe Royale

📋 copy color: '#745026'

red 116 ◦ green 80 ◦ blue 38

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

Shades of Cafe Royale #745026

Tints of Cafe Royale #745026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 49.57%
G = 34.19%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#745026 (or 0x745026) is known color: Cafe Royale. HEX triplet: 74, 50 and 26. RGB value is (116,80,38). Sum of RGB (Red+Green+Blue) = 116+80+38=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #745026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745026 is #8BAFD9. Grayscale: #565656. Windows color (decimal): -9154522 or 2510964. OLE color: 2510964.

HSL color Cylindrical-coordinate representation of color #745026: hue angle of 32.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #745026 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 38 -
CMYK 0 0.31 0.67 0.55
HSL 32.31º 0.51% 0.3% -
HSV(B) 32.31º 0.67% 0.45% -
XYZ 10.42 9.59 3.14 -
YUV 85.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 116 80 38 0 0.31 0.67 0.55 32.31 0.51 0.3
Hex 74 50 26 0 1F 43 37 20 33 1E
Octal 164 120 46 0 37 103 67 40 63 36
Binary 1110100 1010000 100110 0 11111 1000011 110111 100000 110011 11110

Color Harmonies of #745026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745026

Black with #745026

Text Example


Text Example

White with #745026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745026; }

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

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

background-color css

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

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

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

border-color css

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

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

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