Html Css Color HEX #755028 Cafe Royale

📋 copy color: '#755028'

red 117 ◦ green 80 ◦ blue 40

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

Shades of Cafe Royale #755028

Tints of Cafe Royale #755028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 49.37%
G = 33.76%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#755028 (or 0x755028) is known color: Cafe Royale. HEX triplet: 75, 50 and 28. RGB value is (117,80,40). Sum of RGB (Red+Green+Blue) = 117+80+40=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755028 is #8AAFD7. Grayscale: #565656. Windows color (decimal): -9088984 or 2642037. OLE color: 2642037.

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

Color convert

RGB 117 80 40 -
CMYK 0 0.32 0.66 0.54
HSL 31.17º 0.49% 0.31% -
HSV(B) 31.17º 0.66% 0.46% -
XYZ 10.59 9.67 3.32 -
YUV 86.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 117 80 40 0 0.32 0.66 0.54 31.17 0.49 0.31
Hex 75 50 28 0 20 42 36 1F 31 1F
Octal 165 120 50 0 40 102 66 37 61 37
Binary 1110101 1010000 101000 0 100000 1000010 110110 11111 110001 11111

Color Harmonies of #755028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755028

Black with #755028

Text Example


Text Example

White with #755028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755028; }

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

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

background-color css

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

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

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

border-color css

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

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

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