Html Css Color HEX #755129 Cafe Royale

📋 copy color: '#755129'

red 117 ◦ green 81 ◦ blue 41

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

Shades of Cafe Royale #755129

Tints of Cafe Royale #755129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

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

R = 48.95%
G = 33.89%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#755129 (or 0x755129) is known color: Cafe Royale. HEX triplet: 75, 51 and 29. RGB value is (117,81,41). Sum of RGB (Red+Green+Blue) = 117+81+41=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #755129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755129 is #8AAED6. Grayscale: #575757. Windows color (decimal): -9088727 or 2707829. OLE color: 2707829.

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

Color convert

RGB 117 81 41 -
CMYK 0 0.31 0.65 0.54
HSL 31.58º 0.48% 0.31% -
HSV(B) 31.58º 0.65% 0.46% -
XYZ 10.68 9.83 3.43 -
YUV 87.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 117 81 41 0 0.31 0.65 0.54 31.58 0.48 0.31
Hex 75 51 29 0 1F 41 36 20 30 1F
Octal 165 121 51 0 37 101 66 40 60 37
Binary 1110101 1010001 101001 0 11111 1000001 110110 100000 110000 11111

Color Harmonies of #755129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755129

Black with #755129

Text Example


Text Example

White with #755129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755129; }

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

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

background-color css

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

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

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

border-color css

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

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

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