Html Css Color HEX #73502C Cafe Royale

📋 copy color: '#73502C'

red 115 ◦ green 80 ◦ blue 44

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

Shades of Cafe Royale #73502C

Tints of Cafe Royale #73502C

RGB

 RED value IS 115 (45.31% from 255) = 48.12%

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

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 48.12%
G = 33.47%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73502C (or 0x73502C) is known color: Cafe Royale. HEX triplet: 73, 50 and 2C. RGB value is (115,80,44). Sum of RGB (Red+Green+Blue) = 115+80+44=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #73502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73502C is #8CAFD3. Grayscale: #565656. Windows color (decimal): -9220052 or 2904179. OLE color: 2904179.

HSL color Cylindrical-coordinate representation of color #73502C: hue angle of 30.42º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73502C is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 44 -
CMYK 0 0.30 0.62 0.55
HSL 30.42º 0.45% 0.31% -
HSV(B) 30.42º 0.62% 0.45% -
XYZ 10.39 9.56 3.68 -
YUV 86.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 115 80 44 0 0.30 0.62 0.55 30.42 0.45 0.31
Hex 73 50 2C 0 1E 3E 37 1E 2D 1F
Octal 163 120 54 0 36 76 67 36 55 37
Binary 1110011 1010000 101100 0 11110 111110 110111 11110 101101 11111

Color Harmonies of #73502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73502C

Black with #73502C

Text Example


Text Example

White with #73502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73502C; }

 p { color: rgb(115,80,44); }

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

background-color css

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

 a { background-color: rgb(115,80,44); }

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

border-color css

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

 span { border-color: rgb(115,80,44); }

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