Html Css Color HEX #754D26 Cafe Royale

📋 copy color: '#754D26'

red 117 ◦ green 77 ◦ blue 38

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

Shades of Cafe Royale #754D26

Tints of Cafe Royale #754D26

RGB

 RED value IS 117 (46.09% from 255) = 50.43%

 GREEN value IS 77 (30.47% from 255) = 33.19%

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

R = 50.43%
G = 33.19%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#754D26 (or 0x754D26) is known color: Cafe Royale. HEX triplet: 75, 4D and 26. RGB value is (117,77,38). Sum of RGB (Red+Green+Blue) = 117+77+38=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #754D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D26 is #8AB2D9. Grayscale: #545454. Windows color (decimal): -9089754 or 2510197. OLE color: 2510197.

HSL color Cylindrical-coordinate representation of color #754D26: hue angle of 29.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754D26 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 38 -
CMYK 0 0.34 0.68 0.54
HSL 29.62º 0.51% 0.3% -
HSV(B) 29.62º 0.68% 0.46% -
XYZ 10.34 9.23 3.07 -
YUV 84.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 117 77 38 0 0.34 0.68 0.54 29.62 0.51 0.3
Hex 75 4D 26 0 22 44 36 1E 33 1E
Octal 165 115 46 0 42 104 66 36 63 36
Binary 1110101 1001101 100110 0 100010 1000100 110110 11110 110011 11110

Color Harmonies of #754D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D26

Black with #754D26

Text Example


Text Example

White with #754D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D26; }

 p { color: rgb(117,77,38); }

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

background-color css

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

 a { background-color: rgb(117,77,38); }

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

border-color css

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

 span { border-color: rgb(117,77,38); }

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