Html Css Color HEX #754F25 Cafe Royale

📋 copy color: '#754F25'

red 117 ◦ green 79 ◦ blue 37

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

Shades of Cafe Royale #754F25

Tints of Cafe Royale #754F25

RGB

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

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

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

R = 50.21%
G = 33.91%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#754F25 (or 0x754F25) is known color: Cafe Royale. HEX triplet: 75, 4F and 25. RGB value is (117,79,37). Sum of RGB (Red+Green+Blue) = 117+79+37=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F25 is #8AB0DA. Grayscale: #555555. Windows color (decimal): -9089243 or 2445173. OLE color: 2445173.

HSL color Cylindrical-coordinate representation of color #754F25: hue angle of 31.5º degrees, saturation: 0.52, 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 #754F25 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 37 -
CMYK 0 0.32 0.68 0.54
HSL 31.5º 0.52% 0.3% -
HSV(B) 31.5º 0.68% 0.46% -
XYZ 10.47 9.51 3.03 -
YUV 85.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 117 79 37 0 0.32 0.68 0.54 31.5 0.52 0.3
Hex 75 4F 25 0 20 44 36 1F 34 1E
Octal 165 117 45 0 40 104 66 37 64 36
Binary 1110101 1001111 100101 0 100000 1000100 110110 11111 110100 11110

Color Harmonies of #754F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F25

Black with #754F25

Text Example


Text Example

White with #754F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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