Html Css Color HEX #754F29 Cafe Royale

📋 copy color: '#754F29'

red 117 ◦ green 79 ◦ blue 41

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

Shades of Cafe Royale #754F29

Tints of Cafe Royale #754F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 49.37%
G = 33.33%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#754F29 (or 0x754F29) is known color: Cafe Royale. HEX triplet: 75, 4F and 29. RGB value is (117,79,41). Sum of RGB (Red+Green+Blue) = 117+79+41=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F29 is #8AB0D6. Grayscale: #565656. Windows color (decimal): -9089239 or 2707317. OLE color: 2707317.

HSL color Cylindrical-coordinate representation of color #754F29: hue angle of 30º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754F29 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 41 -
CMYK 0 0.32 0.65 0.54
HSL 30º 0.48% 0.31% -
HSV(B) 30º 0.65% 0.46% -
XYZ 10.53 9.53 3.38 -
YUV 86.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 117 79 41 0 0.32 0.65 0.54 30 0.48 0.31
Hex 75 4F 29 0 20 41 36 1E 30 1F
Octal 165 117 51 0 40 101 66 36 60 37
Binary 1110101 1001111 101001 0 100000 1000001 110110 11110 110000 11111

Color Harmonies of #754F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F29

Black with #754F29

Text Example


Text Example

White with #754F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,41); }

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

background-color css

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

 a { background-color: rgb(117,79,41); }

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

border-color css

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

 span { border-color: rgb(117,79,41); }

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