Html Css Color HEX #754E28 Cafe Royale

📋 copy color: '#754E28'

red 117 ◦ green 78 ◦ blue 40

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

Shades of Cafe Royale #754E28

Tints of Cafe Royale #754E28

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.19%

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 49.79%
G = 33.19%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#754E28 (or 0x754E28) is known color: Cafe Royale. HEX triplet: 75, 4E and 28. RGB value is (117,78,40). Sum of RGB (Red+Green+Blue) = 117+78+40=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E28 is #8AB1D7. Grayscale: #555555. Windows color (decimal): -9089496 or 2641525. OLE color: 2641525.

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

Color convert

RGB 117 78 40 -
CMYK 0 0.33 0.66 0.54
HSL 29.61º 0.49% 0.31% -
HSV(B) 29.61º 0.66% 0.46% -
XYZ 10.44 9.38 3.27 -
YUV 85.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 117 78 40 0 0.33 0.66 0.54 29.61 0.49 0.31
Hex 75 4E 28 0 21 42 36 1E 31 1F
Octal 165 116 50 0 41 102 66 36 61 37
Binary 1110101 1001110 101000 0 100001 1000010 110110 11110 110001 11111

Color Harmonies of #754E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E28

Black with #754E28

Text Example


Text Example

White with #754E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,78,40); }

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

background-color css

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

 a { background-color: rgb(117,78,40); }

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

border-color css

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

 span { border-color: rgb(117,78,40); }

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